License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdorg.ow2.asm |
ArtifactId | ArtifactIdasm-xml |
Last Version | Last Version6.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionasm-xml
XML API of ASM, a very small and fast Java bytecode manipulation framework
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
asm-xml-6.2.1.pom | |
asm-xml-6.2.1.jar | 50 KB |
asm-xml-6.2.1-sources.jar | 956 KB |
asm-xml-6.2.1-javadoc.jar | 1 MB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm | jar | 6.2.1 |
org.ow2.asm : asm-util | jar | 6.2.1 |
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 |