XStream is a serialization library from Java objects to XML and back.
'com.thoughtworks.xstream:xstream:1.4.5'
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.5</version>
</dependency>
<dependency org="com.thoughtworks.xstream" name="xstream" rev="1.4.5"/>
"com.thoughtworks.xstream", "xstream", "1.4.5"