Eaxy Easy XML library

A Java library used to build and process XML

License

License

GroupId

GroupId

org.eaxy
ArtifactId

ArtifactId

eaxy
Last Version

Last Version

0.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

Eaxy Easy XML library
A Java library used to build and process XML
Project URL

Project URL

https://jhannes.github.io/eaxy
Source Code Management

Source Code Management

https://github.com/jhannes/eaxy.git

Download eaxy

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
net.sourceforge.findbugs : jsr305 jar 1.3.7

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.10.0
xerces : xercesImpl jar 2.9.1
commons-io : commons-io jar 2.6

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.2
0.2.1
0.2
0.1