x

xstream

Java to XML Serialization, and back again.
http://xstream.codehaus.org/
BSD style
Files download
File Operation
xstream-1.1.2.jar download
xstream-1.1.2.pom download
Apache Maven
<dependency>
  <groupId>com.thoughtworks.xstream</groupId>
  <artifactId>xstream</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.thoughtworks.xstream:xstream:1.1.2'
Gradle Kotlin
implementation("com.thoughtworks.xstream:xstream:1.1.2")
Scala SBT
libraryDependencies += "com.thoughtworks.xstream" % "xstream" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.thoughtworks.xstream', module='xstream', version='1.1.2')
)
Apache Ivy
<dependency org="com.thoughtworks.xstream" name="xstream" rev="1.1.2" />
Leiningen
[com.thoughtworks.xstream/xstream "1.1.2"]
Apache Buildr
'com.thoughtworks.xstream:xstream:jar:1.1.2'