is not current version
Last Version 1.09

com.esotericsoftware.reflectasm:reflectasm 1.03

High performance Java reflection using code generation

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation ReflectASM Introspection
GroupId

GroupId

com.esotericsoftware.reflectasm
ArtifactId

ArtifactId

reflectasm
Version

Version

1.03
Type

Type

jar

Download reflectasm 1.03


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