License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation ReflectASM Introspection |
GroupId | GroupIdcom.esotericsoftware.reflectasm |
ArtifactId | ArtifactIdreflectasm |
Last Version | Last Version1.09 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReflectASM
High performance Java reflection using code generation
|
Project URL |
Project URL |
Filename | Size |
---|---|
reflectasm-1.09.pom | |
reflectasm-1.09.jar | 13 KB |
reflectasm-1.09-sources.jar | 6 KB |
reflectasm-1.09-javadoc.jar | 30 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm | jar | 4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |