Download jtype-0.1.1.jar file - Jar j

Jar examples for j:jtype

Description

Library for working with the Java 5 type system

You can download jar file jtype 0.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jtype-0.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

jtype-0.1.1-javadoc.jar
jtype-0.1.1-sources.jar
jtype-0.1.1.jar
jtype-0.1.1.pom



Related Tutorials