Last Version

XParse 0.1

Small and simple library to convert XML into Plain Old Java Objects

License

License

GroupId

GroupId

org.xparse
ArtifactId

ArtifactId

xparse
Version

Version

0.1
Type

Type

jar
Description

Description

XParse
Small and simple library to convert XML into Plain Old Java Objects

Download xparse 0.1


<!-- 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"]

Dependencies

compile (3)

Group / Artifact Type Version
log4j : log4j jar 1.2.16
commons-lang : commons-lang jar 2.5
jaxen : jaxen jar 1.1.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.