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