License |
License |
---|---|
GroupId | GroupIdorg.xparse |
ArtifactId | ArtifactIdxparse |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXParse
Small and simple library to convert XML into Plain Old Java Objects
|
Filename | Size |
---|---|
xparse-0.1.pom | |
xparse-0.1.jar | 16 KB |
xparse-0.1-sources.jar | 4 KB |
xparse-0.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xparse/xparse/ -->
<dependency>
<groupId>org.xparse</groupId>
<artifactId>xparse</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xparse/xparse/
implementation 'org.xparse:xparse:0.1'
// https://jarcasting.com/artifacts/org.xparse/xparse/
implementation ("org.xparse:xparse:0.1")
'org.xparse:xparse:jar:0.1'
<dependency org="org.xparse" name="xparse" rev="0.1">
<artifact name="xparse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xparse', module='xparse', version='0.1')
)
libraryDependencies += "org.xparse" % "xparse" % "0.1"
[org.xparse/xparse "0.1"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.16 |
commons-lang : commons-lang | jar | 2.5 |
jaxen : jaxen | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |