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