Download xstream-1.2.1.jar file - Jar x

Jar examples for x:xstream

Description

XStream is an extension of the Java 8 Stream API to process data pipelines the Unix way

You can download jar file xstream 1.2.1 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

xstream-1.2.1-javadoc.jar
xstream-1.2.1-sources.jar
xstream-1.2.1.jar
xstream-1.2.1.pom



Related Tutorials