t

typetools

A set of tools aimed to make daily programming easier.
Files download
File Operation
typetools-0.2.3.jar download
typetools-0.2.3.pom download
typetools-0.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.no-hope</groupId>
  <artifactId>typetools</artifactId>
  <version>0.2.3</version>
</dependency>
Gradle Groovy
implementation 'org.no-hope:typetools:0.2.3'
Gradle Kotlin
implementation("org.no-hope:typetools:0.2.3")
Scala SBT
libraryDependencies += "org.no-hope" % "typetools" % "0.2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.no-hope', module='typetools', version='0.2.3')
)
Apache Ivy
<dependency org="org.no-hope" name="typetools" rev="0.2.3" />
Leiningen
[org.no-hope/typetools "0.2.3"]
Apache Buildr
'org.no-hope:typetools:jar:0.2.3'