Maven Coordinates
Apache Maven
<dependency> <groupId>biz.onixs.cme-dropcopy-handler.samples</groupId> <artifactId>multisegment</artifactId> <version>4.14.0</version> </dependency>
Apache Ivy
<dependency org="biz.onixs.cme-dropcopy-handler.samples" name="multisegment" rev="4.14.0"> <artifact name="multisegment" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='biz.onixs.cme-dropcopy-handler.samples', module='multisegment', version='4.14.0') )
Gradle/Grails
implementation 'biz.onixs.cme-dropcopy-handler.samples:multisegment:4.14.0'
Scala SBT
libraryDependencies += "biz.onixs.cme-dropcopy-handler.samples" % "multisegment" % "4.14.0"
Leiningen
[biz.onixs.cme-dropcopy-handler.samples/multisegment "4.14.0"]
Samples :: Multisegment