Files download
File Operation
util-0.2.0.jar download
util-0.2.0.pom download
util-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.robertboothby.djenni</groupId>
  <artifactId>util</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.robertboothby.djenni:util:0.2.0'
Gradle Kotlin
implementation("com.robertboothby.djenni:util:0.2.0")
Scala SBT
libraryDependencies += "com.robertboothby.djenni" % "util" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.robertboothby.djenni', module='util', version='0.2.0')
)
Apache Ivy
<dependency org="com.robertboothby.djenni" name="util" rev="0.2.0" />
Leiningen
[com.robertboothby.djenni/util "0.2.0"]
Apache Buildr
'com.robertboothby.djenni:util:jar:0.2.0'