Dependency Information

Apache Maven

<dependency>
  <groupId>net.orpiske</groupId>
  <artifactId>maestro-worker</artifactId>
  <version>1.2.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'net.orpiske:maestro-worker:jar:1.2.0-SNAPSHOT'

Apache Ivy

<dependency org="net.orpiske" name="maestro-worker" rev="1.2.0-SNAPSHOT">
  <artifact name="maestro-worker" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.orpiske', module='maestro-worker', version='1.2.0-SNAPSHOT')
)

Gradle/Grails

compile 'net.orpiske:maestro-worker:1.2.0-SNAPSHOT'

Scala SBT

libraryDependencies += "net.orpiske" % "maestro-worker" % "1.2.0-SNAPSHOT"

Leiningen

[net.orpiske/maestro-worker "1.2.0-SNAPSHOT"]