is not current version
Last Version 1.4.19

com.thoughtworks.xstream:xstream-parent 1.4.11.1

XStream is a serialization library from Java objects to XML and back.

GroupId

GroupId

com.thoughtworks.xstream
ArtifactId

ArtifactId

xstream-parent
Version

Version

1.4.11.1
Type

Type

pom

Download xstream-parent 1.4.11.1


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