is not current version
Last Version 20041228.180559

asm:kasm 1.5.1


Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

asm
ArtifactId

ArtifactId

kasm
Version

Version

1.5.1
Type

Type

jar

Download kasm 1.5.1


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