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