is not current version
Last Version 0.2

com.googlecode.xmlzen:xmlzen 0.1.1

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

GroupId

GroupId

com.googlecode.xmlzen
ArtifactId

ArtifactId

xmlzen
Version

Version

0.1.1
Type

Type

jar

Download xmlzen 0.1.1


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