MVN

org.ow2.asm : asm-xml

Maven & Gradle

Aug 05, 2018
11 usages

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

<dependency>
    <groupId>org.ow2.asm</groupId>
    <artifactId>asm-xml</artifactId>
    <version>6.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.asm : asm-xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.1
  • Latest Beta: 6.1-beta2
  • Latest Alpha: 6.1-alpha

All Versions

Choose a version of org.ow2.asm : asm-xml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
asm-xml-6.2.1
6.2
asm-xml-6.2
6.1.x
asm-xml-6.1.1
6.1
asm-xml-6.1
asm-xml-6.1-beta2
asm-xml-6.1-alpha
asm-xml-6.1-beta
6.0
asm-xml-6.0
6.0_BETA
asm-xml-6.0_BETA
6.0_ALPHA
asm-xml-6.0_ALPHA
5.2
asm-xml-5.2
5.1
asm-xml-5.1
5.0.x
asm-xml-5.0.4
asm-xml-5.0.3
asm-xml-5.0.2
asm-xml-5.0.1
5.0
asm-xml-5.0
5.0_BETA
asm-xml-5.0_BETA
5.0_ALPHA
asm-xml-5.0_ALPHA
4.2
asm-xml-4.2
4.1
asm-xml-4.1
4.0
asm-xml-4.0

How to add a dependency to Maven

Add the following org.ow2.asm : asm-xml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.asm</groupId>
    <artifactId>asm-xml</artifactId>
    <version>6.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.asm : asm-xml gradle dependency to your build.gradle file:

implementation 'org.ow2.asm:asm-xml:6.2.1'

Gradle Kotlin DSL: Add the following org.ow2.asm : asm-xml gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.asm:asm-xml:6.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.asm : asm-xml sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.asm" % "asm-xml" % "6.2.1"

Advertisement

Dependencies from Group

asm
Mar 24, 2023
2.2k usages
Mar 24, 2023
937 usages
Mar 24, 2023
811 usages
Mar 24, 2023
640 usages
Mar 24, 2023
495 usages

Discover Dependencies

May 12, 2023
30 usages
1.4k stars
Jun 03, 2023
12 usages
7.1k stars
Mar 30, 2016
4 usages
967 stars
Jun 17, 2017
4 usages
44 stars
Sep 22, 2016
13 usages
1 stars
Sep 30, 2022
7 usages
150 stars