Maven Coordinates

Apache Maven

<dependency>
  <groupId>org.machanism.macha.machaon.faas.oci</groupId>
  <artifactId>oci-faas-machaon</artifactId>
  <version>0.0.4-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="org.machanism.macha.machaon.faas.oci" name="oci-faas-machaon" rev="0.0.4-SNAPSHOT">
  <artifact name="oci-faas-machaon" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.machanism.macha.machaon.faas.oci', module='oci-faas-machaon', version='0.0.4-SNAPSHOT')
)

Gradle/Grails

implementation 'org.machanism.macha.machaon.faas.oci:oci-faas-machaon:0.0.4-SNAPSHOT'

Scala SBT

libraryDependencies += "org.machanism.macha.machaon.faas.oci" % "oci-faas-machaon" % "0.0.4-SNAPSHOT"

Leiningen

[org.machanism.macha.machaon.faas.oci/oci-faas-machaon "0.0.4-SNAPSHOT"]