Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdasm |
ArtifactId | ArtifactIdkasm |
Last Version | Last Version20041228.180559 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkasm
|
Project URL |
Project URL |
Project Organization |
Project OrganizationObjectWeb |
Filename | Size |
---|---|
kasm-20041228.180559.pom | |
kasm-20041228.180559.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/asm/kasm/ -->
<dependency>
<groupId>asm</groupId>
<artifactId>kasm</artifactId>
<version>20041228.180559</version>
</dependency>
// https://jarcasting.com/artifacts/asm/kasm/
implementation 'asm:kasm:20041228.180559'
// https://jarcasting.com/artifacts/asm/kasm/
implementation ("asm:kasm:20041228.180559")
'asm:kasm:jar:20041228.180559'
<dependency org="asm" name="kasm" rev="20041228.180559">
<artifact name="kasm" type="jar" />
</dependency>
@Grapes(
@Grab(group='asm', module='kasm', version='20041228.180559')
)
libraryDependencies += "asm" % "kasm" % "20041228.180559"
[asm/kasm "20041228.180559"]