Jar examples for x:xstream
XStream is an extension of the Java 8 Stream API to process data pipelines the Unix way
You can download jar file xstream 1.0.2 in this page.
Open Source License
You can use the following script to add xstream-1.0.2.jar to your project.
<dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <version>1.0.2</version> </dependency>
compile group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.0.2'
libraryDependencies += "com.thoughtworks.xstream" % "xstream" % "1.0.2"
<dependency org="com.thoughtworks.xstream" name="xstream" rev="1.0.2"/>
@Grapes(@Grab(group='com.thoughtworks.xstream', module='xstream', version='1.0.2'))
'com.thoughtworks.xstream:xstream:jar:1.0.2'
Click the following link to download the jar file.
xstream-1.0.2.jar