| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
|---|---|
| GroupId | GroupIdorg.ow2.asm |
| ArtifactId | ArtifactIdasm |
| Version | Version4.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| asm-4.2.pom | |
| asm-4.2.jar | 46 KB |
| asm-4.2-sources.jar | 961 KB |
| asm-4.2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.asm/asm/ -->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.asm/asm/
implementation 'org.ow2.asm:asm:4.2'
// https://jarcasting.com/artifacts/org.ow2.asm/asm/
implementation ("org.ow2.asm:asm:4.2")
'org.ow2.asm:asm:jar:4.2'
<dependency org="org.ow2.asm" name="asm" rev="4.2">
<artifact name="asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.asm', module='asm', version='4.2')
)
libraryDependencies += "org.ow2.asm" % "asm" % "4.2"
[org.ow2.asm/asm "4.2"]