Download reflectasm-1.11.4-2.jar file - Jar r

Jar examples for r:reflectasm

Description

ReflectASM is a very small Java library that provides high performance reflection by using code generation.

You can download jar file reflectasm 1.11.4-2 in this page.

License

3-Clause BSD License

Build File

You can use the following script to add reflectasm-1.11.4-2.jar to your project.

<dependency>
   <groupId>org.db4j</groupId>
   <artifactId>reflectasm</artifactId>
   <version>1.11.4-2</version>
</dependency>
compile group: 'org.db4j', name: 'reflectasm', version: '1.11.4-2'
libraryDependencies += "org.db4j" % "reflectasm" % "1.11.4-2"
<dependency org="org.db4j" name="reflectasm" rev="1.11.4-2"/>
@Grapes(@Grab(group='org.db4j', module='reflectasm', version='1.11.4-2'))
'org.db4j:reflectasm:jar:1.11.4-2'

Download

Click the following link to download the jar file.

reflectasm-1.11.4-2-javadoc.jar
reflectasm-1.11.4-2-sources.jar
reflectasm-1.11.4-2.jar
reflectasm-1.11.4-2.pom



Related Tutorials