<dependency> <groupId>biz.onixs.cme-dropcopy-handler.samples</groupId> <artifactId>getting-started</artifactId> <version>4.12.0</version> </dependency>
'biz.onixs.cme-dropcopy-handler.samples:getting-started:jar:4.12.0'
<dependency org="biz.onixs.cme-dropcopy-handler.samples" name="getting-started" rev="4.12.0"> <artifact name="getting-started" type="jar" /> </dependency>
@Grapes( @Grab(group='biz.onixs.cme-dropcopy-handler.samples', module='getting-started', version='4.12.0') )
compile 'biz.onixs.cme-dropcopy-handler.samples:getting-started:4.12.0'
libraryDependencies += "biz.onixs.cme-dropcopy-handler.samples" % "getting-started" % "4.12.0"
[biz.onixs.cme-dropcopy-handler.samples/getting-started "4.12.0"]