is not current version
Last Version 1.4.19

com.thoughtworks.xstream:xstream-parent 1.2.2


GroupId

GroupId

com.thoughtworks.xstream
ArtifactId

ArtifactId

xstream-parent
Version

Version

1.2.2
Type

Type

pom

Download xstream-parent 1.2.2

Filename Size
xstream-parent-1.2.2.pom 11 KB
Browse

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