<dependency> <groupId>org.maestro</groupId> <artifactId>maestro-plotters</artifactId> <version>1.4.3</version> <type>pom</type> </dependency>
'org.maestro:maestro-plotters:pom:1.4.3'
<dependency org="org.maestro" name="maestro-plotters" rev="1.4.3"> <artifact name="maestro-plotters" type="pom" /> </dependency>
@Grapes( @Grab(group='org.maestro', module='maestro-plotters', version='1.4.3') )
compile 'org.maestro:maestro-plotters:1.4.3'
libraryDependencies += "org.maestro" % "maestro-plotters" % "1.4.3"
[org.maestro/maestro-plotters "1.4.3"]