| License |
License |
|---|---|
| GroupId | GroupIdit.trvi |
| ArtifactId | ArtifactIdeasyxml |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionEasyXML
A Java library to easily parse, unparse and manipulate XML.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| easyxml-1.0.1.pom | |
| easyxml-1.0.1.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/it.trvi/easyxml/ -->
<dependency>
<groupId>it.trvi</groupId>
<artifactId>easyxml</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/it.trvi/easyxml/
implementation 'it.trvi:easyxml:1.0.1'
// https://jarcasting.com/artifacts/it.trvi/easyxml/
implementation ("it.trvi:easyxml:1.0.1")
'it.trvi:easyxml:jar:1.0.1'
<dependency org="it.trvi" name="easyxml" rev="1.0.1">
<artifact name="easyxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.trvi', module='easyxml', version='1.0.1')
)
libraryDependencies += "it.trvi" % "easyxml" % "1.0.1"
[it.trvi/easyxml "1.0.1"]