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