<dependency> <groupId>io.github.mangila</groupId> <artifactId>ensure4j</artifactId> <version>3.0.2</version> </dependency>
<dependency org="io.github.mangila" name="ensure4j" rev="3.0.2"> <artifact name="ensure4j" type="jar" /> </dependency>
@Grapes( @Grab(group='io.github.mangila', module='ensure4j', version='3.0.2') )
implementation 'io.github.mangila:ensure4j:3.0.2'
libraryDependencies += "io.github.mangila" % "ensure4j" % "3.0.2"
[io.github.mangila/ensure4j "3.0.2"]