GroupId | GroupIdcom.thoughtworks.xstream |
---|---|
ArtifactId | ArtifactIdxstream |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
xstream-0.2.pom | |
xstream-0.2.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream/ -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream/
implementation 'com.thoughtworks.xstream:xstream:0.2'
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream/
implementation ("com.thoughtworks.xstream:xstream:0.2")
'com.thoughtworks.xstream:xstream:jar:0.2'
<dependency org="com.thoughtworks.xstream" name="xstream" rev="0.2">
<artifact name="xstream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.xstream', module='xstream', version='0.2')
)
libraryDependencies += "com.thoughtworks.xstream" % "xstream" % "0.2"
[com.thoughtworks.xstream/xstream "0.2"]