Maven Coordinates

Apache Maven

<dependency>
  <groupId>biz.onixs.sbe.samples</groupId>
  <artifactId>ice-sample</artifactId>
  <version>2.0.22-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="biz.onixs.sbe.samples" name="ice-sample" rev="2.0.22-SNAPSHOT">
  <artifact name="ice-sample" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='biz.onixs.sbe.samples', module='ice-sample', version='2.0.22-SNAPSHOT')
)

Gradle/Grails

implementation 'biz.onixs.sbe.samples:ice-sample:2.0.22-SNAPSHOT'

Scala SBT

libraryDependencies += "biz.onixs.sbe.samples" % "ice-sample" % "2.0.22-SNAPSHOT"

Leiningen

[biz.onixs.sbe.samples/ice-sample "2.0.22-SNAPSHOT"]