Last Version

asm-xml 6.2.1

XML API of ASM, a very small and fast Java bytecode manipulation framework

License

License

BSD
Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.ow2.asm
ArtifactId

ArtifactId

asm-xml
Version

Version

6.2.1
Type

Type

jar
Description

Description

asm-xml
XML API of ASM, a very small and fast Java bytecode manipulation framework
Project URL

Project URL

http://asm.ow2.org/
Project Organization

Project Organization

OW2
Source Code Management

Source Code Management

https://gitlab.ow2.org/asm/asm/

Download asm-xml 6.2.1


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

Dependencies

compile (2)

Group / Artifact Type Version
org.ow2.asm : asm jar 6.2.1
org.ow2.asm : asm-util jar 6.2.1

test (3)

Group / Artifact Type Version
org.ow2.asm : asm-test jar 6.2.1
org.junit.jupiter : junit-jupiter-api jar 5.1.0
org.junit.jupiter : junit-jupiter-params jar 5.1.0

Project Modules

There are no modules declared in this project.