is not current version
Last Version 9.0

uk.ac.gate:gate-asm 3.1

The ASM 3.1 library with packages renamed.

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

uk.ac.gate
ArtifactId

ArtifactId

gate-asm
Version

Version

3.1
Type

Type

jar

Download gate-asm 3.1


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