Dependency Information

Apache Maven

<dependency>
  <groupId>org.maestro</groupId>
  <artifactId>maestro-plotter-rate</artifactId>
  <version>1.4.3</version>
</dependency>

Apache Buildr

'org.maestro:maestro-plotter-rate:jar:1.4.3'

Apache Ivy

<dependency org="org.maestro" name="maestro-plotter-rate" rev="1.4.3">
  <artifact name="maestro-plotter-rate" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.maestro', module='maestro-plotter-rate', version='1.4.3')
)

Gradle/Grails

compile 'org.maestro:maestro-plotter-rate:1.4.3'

Scala SBT

libraryDependencies += "org.maestro" % "maestro-plotter-rate" % "1.4.3"

Leiningen

[org.maestro/maestro-plotter-rate "1.4.3"]