License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIduk.ac.gate |
ArtifactId | ArtifactIdgate-asm |
Last Version | Last Version9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionASM bytecode library (repackaged)
A shaded copy of ASM 9.0, relocated into a GATE-specific package name.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gate-asm-9.0.pom | |
gate-asm-9.0.jar | 44 KB |
gate-asm-9.0-sources.jar | 1 KB |
gate-asm-9.0-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.gate/gate-asm/ -->
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gate-asm</artifactId>
<version>9.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate/gate-asm/
implementation 'uk.ac.gate:gate-asm:9.0'
// https://jarcasting.com/artifacts/uk.ac.gate/gate-asm/
implementation ("uk.ac.gate:gate-asm:9.0")
'uk.ac.gate:gate-asm:jar:9.0'
<dependency org="uk.ac.gate" name="gate-asm" rev="9.0">
<artifact name="gate-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate', module='gate-asm', version='9.0')
)
libraryDependencies += "uk.ac.gate" % "gate-asm" % "9.0"
[uk.ac.gate/gate-asm "9.0"]