s

simple-xml

Simple is a high performance XML serialization and configuration framework for Java
http://simple.sourceforge.net
The Apache Software License, Version 2.0
Files download
File Operation
simple-xml-2.3.jar download
simple-xml-2.3.pom download
simple-xml-2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.simpleframework</groupId>
  <artifactId>simple-xml</artifactId>
  <version>2.3</version>
</dependency>
Gradle Groovy
implementation 'org.simpleframework:simple-xml:2.3'
Gradle Kotlin
implementation("org.simpleframework:simple-xml:2.3")
Scala SBT
libraryDependencies += "org.simpleframework" % "simple-xml" % "2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.simpleframework', module='simple-xml', version='2.3')
)
Apache Ivy
<dependency org="org.simpleframework" name="simple-xml" rev="2.3" />
Leiningen
[org.simpleframework/simple-xml "2.3"]
Apache Buildr
'org.simpleframework:simple-xml:jar:2.3'