License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdorg.ow2.asm |
ArtifactId | ArtifactIdasm-parent |
Last Version | Last Version6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionASM
A very small and fast Java bytecode manipulation framework
|
Project URL |
Project URL |
Project Organization |
Project OrganizationObjectWeb |
Filename | Size |
---|---|
asm-parent-6.0.pom | 5 KB |
asm-parent-6.0-sources.jar | 956 KB |
asm-parent-6.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.asm/asm-parent/ -->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-parent</artifactId>
<version>6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.asm/asm-parent/
implementation 'org.ow2.asm:asm-parent:6.0'
// https://jarcasting.com/artifacts/org.ow2.asm/asm-parent/
implementation ("org.ow2.asm:asm-parent:6.0")
'org.ow2.asm:asm-parent:jar:6.0'
<dependency org="org.ow2.asm" name="asm-parent" rev="6.0">
<artifact name="asm-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.asm', module='asm-parent', version='6.0')
)
libraryDependencies += "org.ow2.asm" % "asm-parent" % "6.0"
[org.ow2.asm/asm-parent "6.0"]