is not current version
Last Version 1.2.2

xstream:xstream 1.1.3


GroupId

GroupId

xstream
ArtifactId

ArtifactId

xstream
Version

Version

1.1.3
Type

Type

jar

Download xstream 1.1.3


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