c

classmate

Library for introspecting types with full generic information including resolving of field and method types.
http://github.com/cowtowncoder/java-classmate
The Apache Software License, Version 2.0
fasterxml.com
Tatu Saloranta Brian Langel
Files download
File Operation
classmate-1.2.0.jar download
classmate-1.2.0.pom download
classmate-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fasterxml</groupId>
  <artifactId>classmate</artifactId>
  <version>1.2.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.fasterxml:classmate:1.2.0'
Gradle Kotlin
implementation("com.fasterxml:classmate:1.2.0")
Scala SBT
libraryDependencies += "com.fasterxml" % "classmate" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.fasterxml', module='classmate', version='1.2.0')
)
Apache Ivy
<dependency org="com.fasterxml" name="classmate" rev="1.2.0" />
Leiningen
[com.fasterxml/classmate "1.2.0"]
Apache Buildr
'com.fasterxml:classmate:jar:1.2.0'