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