Maven Coordinates

Apache Maven

<dependency>
  <groupId>io.aiven.commons</groupId>
  <artifactId>google-utils</artifactId>
  <version>1.2.0-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="io.aiven.commons" name="google-utils" rev="1.2.0-SNAPSHOT">
  <artifact name="google-utils" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.aiven.commons', module='google-utils', version='1.2.0-SNAPSHOT')
)

Gradle/Grails

implementation 'io.aiven.commons:google-utils:1.2.0-SNAPSHOT'

Scala SBT

libraryDependencies += "io.aiven.commons" % "google-utils" % "1.2.0-SNAPSHOT"

Leiningen

[io.aiven.commons/google-utils "1.2.0-SNAPSHOT"]