Download gentyref-1.2.0.jar file - Jar g

Jar examples for g:gentyref

Description

Generic type reflection library

You can download jar file gentyref 1.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gentyref-1.2.0.jar to your project.

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

Download

Click the following link to download the jar file.

gentyref-1.2.0-javadoc.jar
gentyref-1.2.0-sources.jar
gentyref-1.2.0-tests.jar
gentyref-1.2.0.jar
gentyref-1.2.0.pom



Related Tutorials