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-3.1.2.jar download
simplexml-3.1.2.pom download
simplexml-3.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.codemonstur</groupId>
  <artifactId>simplexml</artifactId>
  <version>3.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.codemonstur:simplexml:3.1.2'
Gradle Kotlin
implementation("com.github.codemonstur:simplexml:3.1.2")
Scala SBT
libraryDependencies += "com.github.codemonstur" % "simplexml" % "3.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.codemonstur', module='simplexml', version='3.1.2')
)
Apache Ivy
<dependency org="com.github.codemonstur" name="simplexml" rev="3.1.2" />
Leiningen
[com.github.codemonstur/simplexml "3.1.2"]
Apache Buildr
'com.github.codemonstur:simplexml:jar:3.1.2'