XML Wrapper

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

License

License

GroupId

GroupId

com.jeffrodriguez
ArtifactId

ArtifactId

xmlwrapper
Last Version

Last Version

2.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/JeffreyRodriguez/XML-Wrappers-for-Java

Download xmlwrapper

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.1
2.1.0
2.0.0
1.3.0
1.0