Fork me on GitHub

Maven Coordinates

Apache Maven

<dependency>
  <groupId>io.aiven.commons</groupId>
  <artifactId>collections</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="io.aiven.commons" name="collections" rev="0.0.1-SNAPSHOT">
  <artifact name="collections" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.aiven.commons', module='collections', version='0.0.1-SNAPSHOT')
)

Gradle/Grails

implementation 'io.aiven.commons:collections:0.0.1-SNAPSHOT'

Scala SBT

libraryDependencies += "io.aiven.commons" % "collections" % "0.0.1-SNAPSHOT"

Leiningen

[io.aiven.commons/collections "0.0.1-SNAPSHOT"]