s

simplexml

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