x

xml

XML utilities.
https://${scm.repository}
Files download
File Operation
xml-2.0.0.jar download
xml-2.0.0.pom download
xml-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>edu.byu.hbll</groupId>
  <artifactId>xml</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'edu.byu.hbll:xml:2.0.0'
Gradle Kotlin
implementation("edu.byu.hbll:xml:2.0.0")
Scala SBT
libraryDependencies += "edu.byu.hbll" % "xml" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='edu.byu.hbll', module='xml', version='2.0.0')
)
Apache Ivy
<dependency org="edu.byu.hbll" name="xml" rev="2.0.0" />
Leiningen
[edu.byu.hbll/xml "2.0.0"]
Apache Buildr
'edu.byu.hbll:xml:jar:2.0.0'