| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.xmlzen |
| ArtifactId | ArtifactIdxmlzen |
| Last Version | Last Version0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXML Zen
A non-bloated way of working with XML files in Java
|
| Filename | Size |
|---|---|
| xmlzen-0.2.pom | |
| xmlzen-0.2.jar | 15 KB |
| xmlzen-0.2-sources.jar | 18 KB |
| Browse |
<!-- 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"]
| 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 |