| Categories |
CategoriesJOnAS Container Application Servers ASM Application Layer Libs Bytecode Manipulation |
|---|---|
| GroupId | GroupIdorg.ow2.jonas.asm |
| ArtifactId | ArtifactIdasm |
| Last Version | Last Version3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| asm-3.1.pom | |
| asm-3.1.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.jonas.asm/asm/ -->
<dependency>
<groupId>org.ow2.jonas.asm</groupId>
<artifactId>asm</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jonas.asm/asm/
implementation 'org.ow2.jonas.asm:asm:3.1'
// https://jarcasting.com/artifacts/org.ow2.jonas.asm/asm/
implementation ("org.ow2.jonas.asm:asm:3.1")
'org.ow2.jonas.asm:asm:jar:3.1'
<dependency org="org.ow2.jonas.asm" name="asm" rev="3.1">
<artifact name="asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jonas.asm', module='asm', version='3.1')
)
libraryDependencies += "org.ow2.jonas.asm" % "asm" % "3.1"
[org.ow2.jonas.asm/asm "3.1"]