is not current version
Last Version 1.4.19

com.thoughtworks.xstream:xstream-parent 1.4.9

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.9
Type

Type

pom

Download xstream-parent 1.4.9

Filename Size
xstream-parent-1.4.9.pom 33 KB
Browse

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