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