Fork me on GitHub

Maven Coordinates

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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