Download xstream-benchmark-1.4.1.jar file - Jar x

Jar examples for x:xstream-benchmark

Description

Benchmark suite of XStream.

You can download jar file xstream-benchmark 1.4.1 in this page.

License

Open Source License

Build File

You can use the following script to add xstream-benchmark-1.4.1.jar to your project.

<dependency>
   <groupId>com.thoughtworks.xstream</groupId>
   <artifactId>xstream-benchmark</artifactId>
   <version>1.4.1</version>
</dependency>
compile group: 'com.thoughtworks.xstream', name: 'xstream-benchmark', version: '1.4.1'
libraryDependencies += "com.thoughtworks.xstream" % "xstream-benchmark" % "1.4.1"
<dependency org="com.thoughtworks.xstream" name="xstream-benchmark" rev="1.4.1"/>
@Grapes(@Grab(group='com.thoughtworks.xstream', module='xstream-benchmark', version='1.4.1'))
'com.thoughtworks.xstream:xstream-benchmark:jar:1.4.1'

Download

Click the following link to download the jar file.

xstream-benchmark-1.4.1-javadoc.jar
xstream-benchmark-1.4.1-sources.jar
xstream-benchmark-1.4.1.jar
xstream-benchmark-1.4.1.pom



Related Tutorials