Dependency Information
Apache Maven
<dependency> <groupId>au.com.lucidtech.maveninactionwithgithubactions</groupId> <artifactId>maveninactionwithgithubactions</artifactId> <version>0.0.1-SNAPSHOT</version> <type>pom</type> </dependency>
Apache Ivy
<dependency org="au.com.lucidtech.maveninactionwithgithubactions" name="maveninactionwithgithubactions" rev="0.0.1-SNAPSHOT"> <artifact name="maveninactionwithgithubactions" type="pom" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='au.com.lucidtech.maveninactionwithgithubactions', module='maveninactionwithgithubactions', version='0.0.1-SNAPSHOT') )
Gradle/Grails
implementation 'au.com.lucidtech.maveninactionwithgithubactions:maveninactionwithgithubactions:0.0.1-SNAPSHOT'
Scala SBT
libraryDependencies += "au.com.lucidtech.maveninactionwithgithubactions" % "maveninactionwithgithubactions" % "0.0.1-SNAPSHOT"
Leiningen
[au.com.lucidtech.maveninactionwithgithubactions/maveninactionwithgithubactions "0.0.1-SNAPSHOT"]