is not current version
Last Version 0.9.104

com.thesett:xmlutils 0.9.65

My xmlutils library, a mixed bag of re-usable utility code.

GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

xmlutils
Version

Version

0.9.65
Type

Type

jar

Download xmlutils 0.9.65


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