Maven Coordinates

Apache Maven

<dependency>
  <groupId>org.machanism.macha.machaon.containers.jwt-postgresql-vue-machaon</groupId>
  <artifactId>jwt-postgresql-vue-machaon</artifactId>
  <version>0.0.2-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="org.machanism.macha.machaon.containers.jwt-postgresql-vue-machaon" name="jwt-postgresql-vue-machaon" rev="0.0.2-SNAPSHOT">
  <artifact name="jwt-postgresql-vue-machaon" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.machanism.macha.machaon.containers.jwt-postgresql-vue-machaon', module='jwt-postgresql-vue-machaon', version='0.0.2-SNAPSHOT')
)

Gradle/Grails

implementation 'org.machanism.macha.machaon.containers.jwt-postgresql-vue-machaon:jwt-postgresql-vue-machaon:0.0.2-SNAPSHOT'

Scala SBT

libraryDependencies += "org.machanism.macha.machaon.containers.jwt-postgresql-vue-machaon" % "jwt-postgresql-vue-machaon" % "0.0.2-SNAPSHOT"

Leiningen

[org.machanism.macha.machaon.containers.jwt-postgresql-vue-machaon/jwt-postgresql-vue-machaon "0.0.2-SNAPSHOT"]