XML Zen

A non-bloated way of working with XML files in Java

License

License

GroupId

GroupId

com.googlecode.xmlzen
ArtifactId

ArtifactId

xmlzen
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

XML Zen
A non-bloated way of working with XML files in Java

Download xmlzen

How to add to project

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

Dependencies

test (4)

Group / Artifact Type Version
commons-logging : commons-logging-api jar 1.1
commons-logging : commons-logging jar 1.1.1
junit : junit jar 4.6
log4j : log4j jar 1.2.14

Project Modules

There are no modules declared in this project.

Versions

Version
0.2
0.1.1
0.1.0