x

xstream-parent

XStream is a serialization library from Java objects to XML and back.
http://x-stream.github.io
BSD style
XStream
XStream Committers
Files download
File Operation
xstream-parent-1.4.10.pom download
Apache Maven
<dependency>
  <groupId>com.thoughtworks.xstream</groupId>
  <artifactId>xstream-parent</artifactId>
  <version>1.4.10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.thoughtworks.xstream:xstream-parent:1.4.10'
Gradle Kotlin
implementation("com.thoughtworks.xstream:xstream-parent:1.4.10")
Scala SBT
libraryDependencies += "com.thoughtworks.xstream" % "xstream-parent" % "1.4.10"
Groovy Grape
@Grapes(
  @Grab(group='com.thoughtworks.xstream', module='xstream-parent', version='1.4.10')
)
Apache Ivy
<dependency org="com.thoughtworks.xstream" name="xstream-parent" rev="1.4.10" />
Leiningen
[com.thoughtworks.xstream/xstream-parent "1.4.10"]
Apache Buildr
'com.thoughtworks.xstream:xstream-parent:jar:1.4.10'
Dependencies
The project has no third-party dependencies