is not current version
Last Version 1.1.1

edu.byu.hbll:xml 1.0.3

XML utilities.

GroupId

GroupId

edu.byu.hbll
ArtifactId

ArtifactId

xml
Version

Version

1.0.3
Type

Type

jar

Download xml 1.0.3


<!-- https://jarcasting.com/artifacts/edu.byu.hbll/xml/ -->
<dependency>
    <groupId>edu.byu.hbll</groupId>
    <artifactId>xml</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll/xml/
implementation 'edu.byu.hbll:xml:1.0.3'
// https://jarcasting.com/artifacts/edu.byu.hbll/xml/
implementation ("edu.byu.hbll:xml:1.0.3")
'edu.byu.hbll:xml:jar:1.0.3'
<dependency org="edu.byu.hbll" name="xml" rev="1.0.3">
  <artifact name="xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll', module='xml', version='1.0.3')
)
libraryDependencies += "edu.byu.hbll" % "xml" % "1.0.3"
[edu.byu.hbll/xml "1.0.3"]