| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
|---|---|
| GroupId | GroupIdasm |
| ArtifactId | ArtifactIdasm-tree |
| Version | Version1.5.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| asm-tree-1.5.1.pom | |
| asm-tree-1.5.1.jar | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/asm/asm-tree/ -->
<dependency>
<groupId>asm</groupId>
<artifactId>asm-tree</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/asm/asm-tree/
implementation 'asm:asm-tree:1.5.1'
// https://jarcasting.com/artifacts/asm/asm-tree/
implementation ("asm:asm-tree:1.5.1")
'asm:asm-tree:jar:1.5.1'
<dependency org="asm" name="asm-tree" rev="1.5.1">
<artifact name="asm-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='asm', module='asm-tree', version='1.5.1')
)
libraryDependencies += "asm" % "asm-tree" % "1.5.1"
[asm/asm-tree "1.5.1"]