r

reflection-utils

A utility library to handle Java reflection with ease
http://code.google.com/p/reflection-utils/
New BSD License
Björn Ekryd
Files download
File Operation
reflection-utils-0.0.1.jar download
reflection-utils-0.0.1.pom download
reflection-utils-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.code.reflection-utils</groupId>
  <artifactId>reflection-utils</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.google.code.reflection-utils:reflection-utils:0.0.1'
Gradle Kotlin
implementation("com.google.code.reflection-utils:reflection-utils:0.0.1")
Scala SBT
libraryDependencies += "com.google.code.reflection-utils" % "reflection-utils" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.code.reflection-utils', module='reflection-utils', version='0.0.1')
)
Apache Ivy
<dependency org="com.google.code.reflection-utils" name="reflection-utils" rev="0.0.1" />
Leiningen
[com.google.code.reflection-utils/reflection-utils "0.0.1"]
Apache Buildr
'com.google.code.reflection-utils:reflection-utils:jar:0.0.1'