Download reflection-0.9.5.jar file - Jar r

Jar examples for r:Reflection

Description

Utility library for basic reflection functionality.

You can download jar file reflection 0.9.5 in this page.

License

The Apache License, Version 2.0

Build File

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

<dependency>
   <groupId>com.nu-art-software</groupId>
   <artifactId>reflection</artifactId>
   <version>0.9.5</version>
</dependency>
compile group: 'com.nu-art-software', name: 'reflection', version: '0.9.5'
libraryDependencies += "com.nu-art-software" % "reflection" % "0.9.5"
<dependency org="com.nu-art-software" name="reflection" rev="0.9.5"/>
@Grapes(@Grab(group='com.nu-art-software', module='reflection', version='0.9.5'))
'com.nu-art-software:reflection:jar:0.9.5'

Download

Click the following link to download the jar file.

reflection-0.9.5-javadoc.jar
reflection-0.9.5-sources.jar
reflection-0.9.5.jar
reflection-0.9.5.pom



Related Tutorials