Download reflectasm-1.07.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.07 in this page.

License

3-Clause BSD License

Build File

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

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

Download

Click the following link to download the jar file.

reflectasm-1.07-javadoc.jar
reflectasm-1.07-shaded.jar
reflectasm-1.07-sources.jar
reflectasm-1.07.jar
reflectasm-1.07.pom



Related Tutorials