is not current version
Last Version 1.0.0-rc.4

org.xmlobjects:xml-objects 1.0.0-rc.1

A simple and lightweight XML-to-object mapping library

GroupId

GroupId

org.xmlobjects
ArtifactId

ArtifactId

xml-objects
Version

Version

1.0.0-rc.1
Type

Type

jar

Download xml-objects 1.0.0-rc.1


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