x

xml

Files download
File Operation
xml-2.11.0.jar download
xml-2.11.0.pom download
Apache Maven
<dependency>
  <groupId>me.magicall</groupId>
  <artifactId>xml</artifactId>
  <version>2.11.0</version>
</dependency>
Gradle Groovy
implementation 'me.magicall:xml:2.11.0'
Gradle Kotlin
implementation("me.magicall:xml:2.11.0")
Scala SBT
libraryDependencies += "me.magicall" % "xml" % "2.11.0"
Groovy Grape
@Grapes(
  @Grab(group='me.magicall', module='xml', version='2.11.0')
)
Apache Ivy
<dependency org="me.magicall" name="xml" rev="2.11.0" />
Leiningen
[me.magicall/xml "2.11.0"]
Apache Buildr
'me.magicall:xml:jar:2.11.0'