is not current version
Last Version 1.0.0

org.cdmckay.coffeedom:coffeedom 1.0-beta2

A tree-based XML API with Java 5 support

GroupId

GroupId

org.cdmckay.coffeedom
ArtifactId

ArtifactId

coffeedom
Version

Version

1.0-beta2
Type

Type

jar

Download coffeedom 1.0-beta2


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