is not current version
Last Version 1.2.2

xstream:xstream 0.3


GroupId

GroupId

xstream
ArtifactId

ArtifactId

xstream
Version

Version

0.3
Type

Type

jar

Download xstream 0.3


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