c

classmate

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