Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIduk.ac.gate |
ArtifactId | ArtifactIdgate-asm |
Version | Version5.0.3 |
Type | Typejar |
Filename | Size |
---|---|
gate-asm-5.0.3.pom | |
gate-asm-5.0.3.jar | 239 KB |
gate-asm-5.0.3-sources.jar | 1 KB |
gate-asm-5.0.3-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>5.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate/gate-asm/
implementation 'uk.ac.gate:gate-asm:5.0.3'
// https://jarcasting.com/artifacts/uk.ac.gate/gate-asm/
implementation ("uk.ac.gate:gate-asm:5.0.3")
'uk.ac.gate:gate-asm:jar:5.0.3'
<dependency org="uk.ac.gate" name="gate-asm" rev="5.0.3">
<artifact name="gate-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate', module='gate-asm', version='5.0.3')
)
libraryDependencies += "uk.ac.gate" % "gate-asm" % "5.0.3"
[uk.ac.gate/gate-asm "5.0.3"]