is not current version
Last Version 9.0

uk.ac.gate:gate-asm 6.1.1

A shaded copy of ASM 6.1.1, relocated into a GATE-specific package name.

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

uk.ac.gate
ArtifactId

ArtifactId

gate-asm
Version

Version

6.1.1
Type

Type

jar

Download gate-asm 6.1.1


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