Maven Coordinates

Apache Maven

<dependency>
  <groupId>io.github.mangila</groupId>
  <artifactId>ensure4j</artifactId>
  <version>3.0.2</version>
</dependency>

Apache Ivy

<dependency org="io.github.mangila" name="ensure4j" rev="3.0.2">
  <artifact name="ensure4j" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.github.mangila', module='ensure4j', version='3.0.2')
)

Gradle/Grails

implementation 'io.github.mangila:ensure4j:3.0.2'

Scala SBT

libraryDependencies += "io.github.mangila" % "ensure4j" % "3.0.2"

Leiningen

[io.github.mangila/ensure4j "3.0.2"]