| License |
License |
|---|---|
| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
| GroupId | GroupIdorg.ow2.asm |
| ArtifactId | ArtifactIdasm-deprecated |
| Last Version | Last Version7.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionasm-deprecated
ASM deprecated classes
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| asm-deprecated-7.1.pom | |
| asm-deprecated-7.1.jar | 8 KB |
| asm-deprecated-7.1-sources.jar | 9 KB |
| asm-deprecated-7.1-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.asm/asm-deprecated/ -->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-deprecated</artifactId>
<version>7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.asm/asm-deprecated/
implementation 'org.ow2.asm:asm-deprecated:7.1'
// https://jarcasting.com/artifacts/org.ow2.asm/asm-deprecated/
implementation ("org.ow2.asm:asm-deprecated:7.1")
'org.ow2.asm:asm-deprecated:jar:7.1'
<dependency org="org.ow2.asm" name="asm-deprecated" rev="7.1">
<artifact name="asm-deprecated" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.asm', module='asm-deprecated', version='7.1')
)
libraryDependencies += "org.ow2.asm" % "asm-deprecated" % "7.1"
[org.ow2.asm/asm-deprecated "7.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.ow2.asm : asm | jar | 7.0 |
| org.ow2.asm : asm-commons | jar | 7.0 |