is not current version
Last Version 1.4.19

com.thoughtworks.xstream:xstream-parent 1.3


GroupId

GroupId

com.thoughtworks.xstream
ArtifactId

ArtifactId

xstream-parent
Version

Version

1.3
Type

Type

pom

Download xstream-parent 1.3

Filename Size
xstream-parent-1.3.pom 13 KB
Browse

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