Download reflection-utils-1.1.0.jar file - Jar r

Jar examples for r:reflection-utils

Description

A utility library to handle Java reflection with ease

You can download jar file reflection-utils 1.1.0 in this page.

License

New BSD License

Build File

You can use the following script to add reflection-utils-1.1.0.jar to your project.

<dependency>
   <groupId>com.github.ekryd.reflection-utils</groupId>
   <artifactId>reflection-utils</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.github.ekryd.reflection-utils', name: 'reflection-utils', version: '1.1.0'
libraryDependencies += "com.github.ekryd.reflection-utils" % "reflection-utils" % "1.1.0"
<dependency org="com.github.ekryd.reflection-utils" name="reflection-utils" rev="1.1.0"/>
@Grapes(@Grab(group='com.github.ekryd.reflection-utils', module='reflection-utils', version='1.1.0'))
'com.github.ekryd.reflection-utils:reflection-utils:jar:1.1.0'

Download

Click the following link to download the jar file.

reflection-utils-1.1.0-javadoc.jar
reflection-utils-1.1.0-sources.jar
reflection-utils-1.1.0.jar
reflection-utils-1.1.0.pom



Related Tutorials