Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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