Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIduk.ac.gate |
ArtifactId | ArtifactIdgate-asm |
Version | Version6.1.1 |
Type | Typejar |
Filename | Size |
---|---|
gate-asm-6.1.1.pom | |
gate-asm-6.1.1.jar | 107 KB |
gate-asm-6.1.1-sources.jar | 157 KB |
gate-asm-6.1.1-javadoc.jar | 3 KB |
Browse |
<!-- 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"]