Dependency Information

Apache Maven

<dependency>
  <groupId>biz.onixs.cme-dropcopy-handler.samples</groupId>
  <artifactId>multisegment</artifactId>
  <version>4.12.0</version>
</dependency>

Apache Buildr

'biz.onixs.cme-dropcopy-handler.samples:multisegment:jar:4.12.0'

Apache Ivy

<dependency org="biz.onixs.cme-dropcopy-handler.samples" name="multisegment" rev="4.12.0">
  <artifact name="multisegment" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='biz.onixs.cme-dropcopy-handler.samples', module='multisegment', version='4.12.0')
)

Gradle/Grails

compile 'biz.onixs.cme-dropcopy-handler.samples:multisegment:4.12.0'

Scala SBT

libraryDependencies += "biz.onixs.cme-dropcopy-handler.samples" % "multisegment" % "4.12.0"

Leiningen

[biz.onixs.cme-dropcopy-handler.samples/multisegment "4.12.0"]