x

xstream-parent

BSD style
XStream
Files download
File Operation
xstream-parent-1.3.1.pom download
Apache Maven
<dependency>
  <groupId>com.thoughtworks.xstream</groupId>
  <artifactId>xstream-parent</artifactId>
  <version>1.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.thoughtworks.xstream:xstream-parent:1.3.1'
Gradle Kotlin
implementation("com.thoughtworks.xstream:xstream-parent:1.3.1")
Scala SBT
libraryDependencies += "com.thoughtworks.xstream" % "xstream-parent" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.thoughtworks.xstream', module='xstream-parent', version='1.3.1')
)
Apache Ivy
<dependency org="com.thoughtworks.xstream" name="xstream-parent" rev="1.3.1" />
Leiningen
[com.thoughtworks.xstream/xstream-parent "1.3.1"]
Apache Buildr
'com.thoughtworks.xstream:xstream-parent:jar:1.3.1'
Dependencies
The project has no third-party dependencies