Maven Coordinates
Apache Maven
<dependency> <groupId>io.github.mangila</groupId> <artifactId>ensure4j</artifactId> <version>4.0.0</version> </dependency>
Apache Ivy
<dependency org="io.github.mangila" name="ensure4j" rev="4.0.0"> <artifact name="ensure4j" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='io.github.mangila', module='ensure4j', version='4.0.0') )
Gradle/Grails
implementation 'io.github.mangila:ensure4j:4.0.0'
Scala SBT
libraryDependencies += "io.github.mangila" % "ensure4j" % "4.0.0"
Leiningen
[io.github.mangila/ensure4j "4.0.0"]
