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
Niall Gallagher
Files download
File Operation
simple-xml-2.7.jar download
simple-xml-2.7.pom download
simple-xml-2.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.simpleframework</groupId>
  <artifactId>simple-xml</artifactId>
  <version>2.7</version>
</dependency>
Gradle Groovy
implementation 'org.simpleframework:simple-xml:2.7'
Gradle Kotlin
implementation("org.simpleframework:simple-xml:2.7")
Scala SBT
libraryDependencies += "org.simpleframework" % "simple-xml" % "2.7"
Groovy Grape
@Grapes(
  @Grab(group='org.simpleframework', module='simple-xml', version='2.7')
)
Apache Ivy
<dependency org="org.simpleframework" name="simple-xml" rev="2.7" />
Leiningen
[org.simpleframework/simple-xml "2.7"]
Apache Buildr
'org.simpleframework:simple-xml:jar:2.7'