Jar examples for r:reflectasm
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.
3-Clause BSD License
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'
Click the following link to download the jar file.
reflectasm-1.11.4-2-javadoc.jar