x

xstream-benchmark

Benchmark suite of XStream.
Files download
File Operation
xstream-benchmark-1.4.15.jar download
xstream-benchmark-1.4.15.pom download
xstream-benchmark-1.4.15-sources.jar download
Apache Maven
<dependency>
  <groupId>com.thoughtworks.xstream</groupId>
  <artifactId>xstream-benchmark</artifactId>
  <version>1.4.15</version>
</dependency>
Gradle Groovy
implementation 'com.thoughtworks.xstream:xstream-benchmark:1.4.15'
Gradle Kotlin
implementation("com.thoughtworks.xstream:xstream-benchmark:1.4.15")
Scala SBT
libraryDependencies += "com.thoughtworks.xstream" % "xstream-benchmark" % "1.4.15"
Groovy Grape
@Grapes(
  @Grab(group='com.thoughtworks.xstream', module='xstream-benchmark', version='1.4.15')
)
Apache Ivy
<dependency org="com.thoughtworks.xstream" name="xstream-benchmark" rev="1.4.15" />
Leiningen
[com.thoughtworks.xstream/xstream-benchmark "1.4.15"]
Apache Buildr
'com.thoughtworks.xstream:xstream-benchmark:jar:1.4.15'