s

simplexml

A clean and simple XML parser, serializer, and deserializer.
https://github.com/codemonstur/simplexml
MIT License
Jurgen Voorneveld
Files download
File Operation
simplexml-2.7.0.jar download
simplexml-2.7.0.pom download
simplexml-2.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.codemonstur</groupId>
  <artifactId>simplexml</artifactId>
  <version>2.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.codemonstur:simplexml:2.7.0'
Gradle Kotlin
implementation("com.github.codemonstur:simplexml:2.7.0")
Scala SBT
libraryDependencies += "com.github.codemonstur" % "simplexml" % "2.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.codemonstur', module='simplexml', version='2.7.0')
)
Apache Ivy
<dependency org="com.github.codemonstur" name="simplexml" rev="2.7.0" />
Leiningen
[com.github.codemonstur/simplexml "2.7.0"]
Apache Buildr
'com.github.codemonstur:simplexml:jar:2.7.0'