Download reflectasm-1.11.3.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.3 in this page.

License

3-Clause BSD License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials