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