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