<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-jmh</artifactId>
<version>1.4.10</version>
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.xstream', module='xstream-jmh', version='1.4.10')
)
<parent> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream-parent</artifactId> <version>1.4.10</version> </parent>
compile
|-- com.thoughtworks.xstream:xstream
|-- org.openjdk.jmh:jmh-generator-annprocess
runtime
|-- xpp3:xpp3_min
|-- xmlpull:xmlpull
|-- stax:stax
|-- org.codehaus.woodstox:wstx-asl
|-- dom4j:dom4j
|-- org.jdom:jdom
|-- org.jdom:jdom2
|-- xom:xom