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