CoffeeDOM

A tree-based XML API with Java 5 support

License

License

GroupId

GroupId

org.cdmckay.coffeedom
ArtifactId

ArtifactId

coffeedom
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

CoffeeDOM
A tree-based XML API with Java 5 support

Download coffeedom

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
jaxen : jaxen jar 1.1.1

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
1.0-beta2
1.0-beta1