Dependency Information

Apache Maven

<dependency>
  <groupId>org.maestro</groupId>
  <artifactId>maestro-agent</artifactId>
  <version>1.5.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.maestro:maestro-agent:jar:1.5.0-SNAPSHOT'

Apache Ivy

<dependency org="org.maestro" name="maestro-agent" rev="1.5.0-SNAPSHOT">
  <artifact name="maestro-agent" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.maestro', module='maestro-agent', version='1.5.0-SNAPSHOT')
)

Gradle/Grails

compile 'org.maestro:maestro-agent:1.5.0-SNAPSHOT'

Scala SBT

libraryDependencies += "org.maestro" % "maestro-agent" % "1.5.0-SNAPSHOT"

Leiningen

[org.maestro/maestro-agent "1.5.0-SNAPSHOT"]