| License |
License |
|---|---|
| GroupId | GroupIdorg.eaxy |
| ArtifactId | ArtifactIdeaxy |
| Last Version | Last Version0.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEaxy Easy XML library
A Java library used to build and process XML
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| eaxy-0.2.2.pom | |
| eaxy-0.2.2.jar | 52 KB |
| eaxy-0.2.2-sources.jar | 19 KB |
| eaxy-0.2.2-javadoc.jar | 124 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sourceforge.findbugs : jsr305 | jar | 1.3.7 |
| 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 |