Download typeutils-0.0.1.jar file - Jar t

Jar examples for t:typeutils

Description

Utilities for dealing with Java types

You can download jar file typeutils 0.0.1 in this page.

License

APACHE LICENSE, VERSION 2.0

Build File

You can use the following script to add typeutils-0.0.1.jar to your project.

<dependency>
   <groupId>com.github.typeutils</groupId>
   <artifactId>typeutils</artifactId>
   <version>0.0.1</version>
</dependency>
compile group: 'com.github.typeutils', name: 'typeutils', version: '0.0.1'
libraryDependencies += "com.github.typeutils" % "typeutils" % "0.0.1"
<dependency org="com.github.typeutils" name="typeutils" rev="0.0.1"/>
@Grapes(@Grab(group='com.github.typeutils', module='typeutils', version='0.0.1'))
'com.github.typeutils:typeutils:jar:0.0.1'

Download

Click the following link to download the jar file.

typeutils-0.0.1-javadoc.jar
typeutils-0.0.1-sources.jar
typeutils-0.0.1.jar
typeutils-0.0.1.pom



Related Tutorials