is not current version
Last Version 1.4.19

com.thoughtworks.xstream:xstream 1.2.2


GroupId

GroupId

com.thoughtworks.xstream
ArtifactId

ArtifactId

xstream
Version

Version

1.2.2
Type

Type

jar

Download xstream 1.2.2


<!-- https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream/ -->
<dependency>
    <groupId>com.thoughtworks.xstream</groupId>
    <artifactId>xstream</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream/
implementation 'com.thoughtworks.xstream:xstream:1.2.2'
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream/
implementation ("com.thoughtworks.xstream:xstream:1.2.2")
'com.thoughtworks.xstream:xstream:jar:1.2.2'
<dependency org="com.thoughtworks.xstream" name="xstream" rev="1.2.2">
  <artifact name="xstream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.xstream', module='xstream', version='1.2.2')
)
libraryDependencies += "com.thoughtworks.xstream" % "xstream" % "1.2.2"
[com.thoughtworks.xstream/xstream "1.2.2"]