Download geantyref-1.3.2.jar file - Jar g

Jar examples for g:geantyref

Description

Generic type reflection library with support for AnnotatedType

You can download jar file geantyref 1.3.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add geantyref-1.3.2.jar to your project.

<dependency>
   <groupId>io.leangen.geantyref</groupId>
   <artifactId>geantyref</artifactId>
   <version>1.3.2</version>
</dependency>
compile group: 'io.leangen.geantyref', name: 'geantyref', version: '1.3.2'
libraryDependencies += "io.leangen.geantyref" % "geantyref" % "1.3.2"
<dependency org="io.leangen.geantyref" name="geantyref" rev="1.3.2"/>
@Grapes(@Grab(group='io.leangen.geantyref', module='geantyref', version='1.3.2'))
'io.leangen.geantyref:geantyref:jar:1.3.2'

Download

Click the following link to download the jar file.

geantyref-1.3.2-javadoc.jar
geantyref-1.3.2-sources.jar
geantyref-1.3.2.jar
geantyref-1.3.2.pom



Related Tutorials