MVN

com.thoughtworks.xstream : xstream-benchmark

Maven & Gradle

Dec 23, 2022
2 usages
708 stars

XStream Benchmark · Benchmark suite of XStream.

<dependency>
    <groupId>com.thoughtworks.xstream</groupId>
    <artifactId>xstream-benchmark</artifactId>
    <version>1.4.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thoughtworks.xstream : xstream-benchmark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.20

All Versions

Choose a version of com.thoughtworks.xstream : xstream-benchmark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
xstream-benchmark-1.4.20
xstream-benchmark-1.4.19
xstream-benchmark-1.4.18
xstream-benchmark-1.4.17
xstream-benchmark-1.4.16
xstream-benchmark-1.4.15
xstream-benchmark-1.4.14
xstream-benchmark-1.4.13
xstream-benchmark-1.4.12
xstream-benchmark-1.4.11.1
xstream-benchmark-1.4.11
xstream-benchmark-1.4.10
xstream-benchmark-1.4.9
xstream-benchmark-1.4.8
xstream-benchmark-1.4.7
xstream-benchmark-1.4.6
xstream-benchmark-1.4.5
xstream-benchmark-1.4.4
xstream-benchmark-1.4.3
xstream-benchmark-1.4.2
xstream-benchmark-1.4.1
1.4
xstream-benchmark-1.4
1.3.x
xstream-benchmark-1.3.1
1.3
xstream-benchmark-1.3
1.2.x
xstream-benchmark-1.2.2
xstream-benchmark-1.2.1

How to add a dependency to Maven

Add the following com.thoughtworks.xstream : xstream-benchmark maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.thoughtworks.xstream</groupId>
    <artifactId>xstream-benchmark</artifactId>
    <version>1.4.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thoughtworks.xstream : xstream-benchmark gradle dependency to your build.gradle file:

implementation 'com.thoughtworks.xstream:xstream-benchmark:1.4.20'

Gradle Kotlin DSL: Add the following com.thoughtworks.xstream : xstream-benchmark gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thoughtworks.xstream:xstream-benchmark:1.4.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thoughtworks.xstream : xstream-benchmark sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thoughtworks.xstream" % "xstream-benchmark" % "1.4.20"

Advertisement