is not current version
Last Version 2.1.1

com.jeffrodriguez:xmlwrapper 2.1.0

A lightweight set of wrappers around the Java DOM XML classes.

GroupId

GroupId

com.jeffrodriguez
ArtifactId

ArtifactId

xmlwrapper
Version

Version

2.1.0
Type

Type

jar

Download xmlwrapper 2.1.0


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