Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>au.com.lucidtech.maveninactionwithgithubactions</groupId>
  <artifactId>testsexecution</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="au.com.lucidtech.maveninactionwithgithubactions" name="testsexecution" rev="0.0.1-SNAPSHOT">
  <artifact name="testsexecution" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='au.com.lucidtech.maveninactionwithgithubactions', module='testsexecution', version='0.0.1-SNAPSHOT')
)

Gradle/Grails

implementation 'au.com.lucidtech.maveninactionwithgithubactions:testsexecution:0.0.1-SNAPSHOT'

Scala SBT

libraryDependencies += "au.com.lucidtech.maveninactionwithgithubactions" % "testsexecution" % "0.0.1-SNAPSHOT"

Leiningen

[au.com.lucidtech.maveninactionwithgithubactions/testsexecution "0.0.1-SNAPSHOT"]