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