Maven Coordinates
Apache Maven
<dependency> <groupId>org.machanism.macha.machaon.faas.oci1.backend</groupId> <artifactId>machaon-sl-oci1-backend</artifactId> <version>0.0.4-SNAPSHOT</version> <type>pom</type> </dependency>
Apache Ivy
<dependency org="org.machanism.macha.machaon.faas.oci1.backend" name="machaon-sl-oci1-backend" rev="0.0.4-SNAPSHOT"> <artifact name="machaon-sl-oci1-backend" type="pom" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='org.machanism.macha.machaon.faas.oci1.backend', module='machaon-sl-oci1-backend', version='0.0.4-SNAPSHOT') )
Gradle/Grails
implementation 'org.machanism.macha.machaon.faas.oci1.backend:machaon-sl-oci1-backend:0.0.4-SNAPSHOT'
Scala SBT
libraryDependencies += "org.machanism.macha.machaon.faas.oci1.backend" % "machaon-sl-oci1-backend" % "0.0.4-SNAPSHOT"
Leiningen
[org.machanism.macha.machaon.faas.oci1.backend/machaon-sl-oci1-backend "0.0.4-SNAPSHOT"]
Macha