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