License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdasm |
ArtifactId | ArtifactIdasm-commons |
Last Version | Last Version3.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionASM Commons
A very small and fast Java bytecode manipulation framework
|
Project URL |
Project URL |
Project Organization |
Project OrganizationObjectWeb |
Filename | Size |
---|---|
asm-commons-3.3.1.pom | |
asm-commons-3.3.1.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/asm/asm-commons/ -->
<dependency>
<groupId>asm</groupId>
<artifactId>asm-commons</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/asm/asm-commons/
implementation 'asm:asm-commons:3.3.1'
// https://jarcasting.com/artifacts/asm/asm-commons/
implementation ("asm:asm-commons:3.3.1")
'asm:asm-commons:jar:3.3.1'
<dependency org="asm" name="asm-commons" rev="3.3.1">
<artifact name="asm-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='asm', module='asm-commons', version='3.3.1')
)
libraryDependencies += "asm" % "asm-commons" % "3.3.1"
[asm/asm-commons "3.3.1"]
Group / Artifact | Type | Version |
---|---|---|
asm : asm-tree | jar | 3.3.1 |