is not current version
Last Version 0.9.104

com.thesett:xmlutils 0.8.8

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

GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

xmlutils
Version

Version

0.8.8
Type

Type

jar

Download xmlutils 0.8.8


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