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.3.3.jar download
classmate-1.3.3.pom download
classmate-1.3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fasterxml</groupId>
  <artifactId>classmate</artifactId>
  <version>1.3.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.fasterxml:classmate:1.3.3'
Gradle Kotlin
implementation("com.fasterxml:classmate:1.3.3")
Scala SBT
libraryDependencies += "com.fasterxml" % "classmate" % "1.3.3"
Groovy Grape
@Grapes(
  @Grab(group='com.fasterxml', module='classmate', version='1.3.3')
)
Apache Ivy
<dependency org="com.fasterxml" name="classmate" rev="1.3.3" />
Leiningen
[com.fasterxml/classmate "1.3.3"]
Apache Buildr
'com.fasterxml:classmate:jar:1.3.3'