is not current version
Last Version 20041228.180559

asm:asm-xml 3.3


Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

asm
ArtifactId

ArtifactId

asm-xml
Version

Version

3.3
Type

Type

jar

Download asm-xml 3.3


<!-- https://jarcasting.com/artifacts/asm/asm-xml/ -->
<dependency>
    <groupId>asm</groupId>
    <artifactId>asm-xml</artifactId>
    <version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/asm/asm-xml/
implementation 'asm:asm-xml:3.3'
// https://jarcasting.com/artifacts/asm/asm-xml/
implementation ("asm:asm-xml:3.3")
'asm:asm-xml:jar:3.3'
<dependency org="asm" name="asm-xml" rev="3.3">
  <artifact name="asm-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='asm', module='asm-xml', version='3.3')
)
libraryDependencies += "asm" % "asm-xml" % "3.3"
[asm/asm-xml "3.3"]