Dependency Information

Apache Maven

<dependency>
  <groupId>org.maestro</groupId>
  <artifactId>maestro-plotter-amqp-inspector</artifactId>
  <version>1.3.3-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.maestro:maestro-plotter-amqp-inspector:jar:1.3.3-SNAPSHOT'

Apache Ivy

<dependency org="org.maestro" name="maestro-plotter-amqp-inspector" rev="1.3.3-SNAPSHOT">
  <artifact name="maestro-plotter-amqp-inspector" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.maestro', module='maestro-plotter-amqp-inspector', version='1.3.3-SNAPSHOT')
)

Gradle/Grails

compile 'org.maestro:maestro-plotter-amqp-inspector:1.3.3-SNAPSHOT'

Scala SBT

libraryDependencies += "org.maestro" % "maestro-plotter-amqp-inspector" % "1.3.3-SNAPSHOT"

Leiningen

[org.maestro/maestro-plotter-amqp-inspector "1.3.3-SNAPSHOT"]