is not current version
Last Version 6.2.1

org.ow2.asm:asm-xml 5.0_ALPHA


Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.ow2.asm
ArtifactId

ArtifactId

asm-xml
Version

Version

5.0_ALPHA
Type

Type

jar

Download asm-xml 5.0_ALPHA


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