j

java-reflection

Java Reflection provides a small package with nifty reflection features that will help with finding constructors, methods and value conversions
https://github.com/bbottema/java-reflection
Files download
File Operation
java-reflection-4.1.0.jar download
java-reflection-4.1.0.pom download
java-reflection-4.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bbottema</groupId>
  <artifactId>java-reflection</artifactId>
  <version>4.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.bbottema:java-reflection:4.1.0'
Gradle Kotlin
implementation("com.github.bbottema:java-reflection:4.1.0")
Scala SBT
libraryDependencies += "com.github.bbottema" % "java-reflection" % "4.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bbottema', module='java-reflection', version='4.1.0')
)
Apache Ivy
<dependency org="com.github.bbottema" name="java-reflection" rev="4.1.0" />
Leiningen
[com.github.bbottema/java-reflection "4.1.0"]
Apache Buildr
'com.github.bbottema:java-reflection:jar:4.1.0'