Download classmate-1.3.0.jar file - Jar c

Jar examples for c:classmate

Description

Library for introspecting types with full generic information including resolving of field and method types.

You can download jar file classmate 1.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add classmate-1.3.0.jar to your project.

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

Download

Click the following link to download the jar file.

classmate-1.3.0-javadoc.jar
classmate-1.3.0-sources.jar
classmate-1.3.0.jar
classmate-1.3.0.pom



Related Tutorials