ReflectASM

High performance Java reflection using code generation

License

License

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation ReflectASM Introspection
GroupId

GroupId

com.esotericsoftware.reflectasm
ArtifactId

ArtifactId

reflectasm
Last Version

Last Version

1.09
Release Date

Release Date

Type

Type

jar
Description

Description

ReflectASM
High performance Java reflection using code generation
Project URL

Project URL

http://code.google.com/p/reflectasm/

Download reflectasm

How to add to project

<!-- https://jarcasting.com/artifacts/com.esotericsoftware.reflectasm/reflectasm/ -->
<dependency>
    <groupId>com.esotericsoftware.reflectasm</groupId>
    <artifactId>reflectasm</artifactId>
    <version>1.09</version>
</dependency>
// https://jarcasting.com/artifacts/com.esotericsoftware.reflectasm/reflectasm/
implementation 'com.esotericsoftware.reflectasm:reflectasm:1.09'
// https://jarcasting.com/artifacts/com.esotericsoftware.reflectasm/reflectasm/
implementation ("com.esotericsoftware.reflectasm:reflectasm:1.09")
'com.esotericsoftware.reflectasm:reflectasm:jar:1.09'
<dependency org="com.esotericsoftware.reflectasm" name="reflectasm" rev="1.09">
  <artifact name="reflectasm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.esotericsoftware.reflectasm', module='reflectasm', version='1.09')
)
libraryDependencies += "com.esotericsoftware.reflectasm" % "reflectasm" % "1.09"
[com.esotericsoftware.reflectasm/reflectasm "1.09"]

Dependencies

compile (1)

Group / Artifact Type Version
org.ow2.asm : asm jar 4.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.09
1.08
1.07
1.06
1.05
1.04
1.03