is not current version
Last Version 1.2.2

xstream:xstream 0.4


GroupId

GroupId

xstream
ArtifactId

ArtifactId

xstream
Version

Version

0.4
Type

Type

jar

Download xstream 0.4


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