is not current version
Last Version 3.0.0

com.github.codemonstur:simplexml 2.6.0

A clean and simple XML parser, serializer, and deserializer.

GroupId

GroupId

com.github.codemonstur
ArtifactId

ArtifactId

simplexml
Version

Version

2.6.0
Type

Type

jar

Download simplexml 2.6.0


<!-- https://jarcasting.com/artifacts/com.github.codemonstur/simplexml/ -->
<dependency>
    <groupId>com.github.codemonstur</groupId>
    <artifactId>simplexml</artifactId>
    <version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codemonstur/simplexml/
implementation 'com.github.codemonstur:simplexml:2.6.0'
// https://jarcasting.com/artifacts/com.github.codemonstur/simplexml/
implementation ("com.github.codemonstur:simplexml:2.6.0")
'com.github.codemonstur:simplexml:jar:2.6.0'
<dependency org="com.github.codemonstur" name="simplexml" rev="2.6.0">
  <artifact name="simplexml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codemonstur', module='simplexml', version='2.6.0')
)
libraryDependencies += "com.github.codemonstur" % "simplexml" % "2.6.0"
[com.github.codemonstur/simplexml "2.6.0"]