| License |
License |
|---|---|
| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
| GroupId | GroupIdorg.kohsuke |
| ArtifactId | ArtifactIdasm4 |
| Last Version | Last Version4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionasm4
ObjectWeb ASM package-renamed to isolate incompatibilities between major versions
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| asm4-4.0.pom | |
| asm4-4.0.jar | 316 KB |
| asm4-4.0-sources.jar | 614 KB |
| asm4-4.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kohsuke/asm4/ -->
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>asm4</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke/asm4/
implementation 'org.kohsuke:asm4:4.0'
// https://jarcasting.com/artifacts/org.kohsuke/asm4/
implementation ("org.kohsuke:asm4:4.0")
'org.kohsuke:asm4:jar:4.0'
<dependency org="org.kohsuke" name="asm4" rev="4.0">
<artifact name="asm4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke', module='asm4', version='4.0')
)
libraryDependencies += "org.kohsuke" % "asm4" % "4.0"
[org.kohsuke/asm4 "4.0"]