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