<dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <version>1.1.2</version> </dependency>
implementation 'com.thoughtworks.xstream:xstream:1.1.2'
implementation("com.thoughtworks.xstream:xstream:1.1.2")
libraryDependencies += "com.thoughtworks.xstream" % "xstream" % "1.1.2"
@Grapes( @Grab(group='com.thoughtworks.xstream', module='xstream', version='1.1.2') )
<dependency org="com.thoughtworks.xstream" name="xstream" rev="1.1.2" />
[com.thoughtworks.xstream/xstream "1.1.2"]
'com.thoughtworks.xstream:xstream:jar:1.1.2'
compile
|-- xpp3:xpp3_min:1.1.3.4.O
|-- dom4j:dom4j:1.3
|-- joda-time:joda-time:1.0
|-- stax:stax-api:1.0
|-- stax:stax:1.1.1-dev
|-- xom:xom:1.0b3
|-- jdom:jdom:1.0
|-- com.megginson.sax:xml-writer:0.2