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