| GroupId | GroupIdcom.thoughtworks.xstream |
|---|---|
| ArtifactId | ArtifactIdxstream |
| Version | Version1.4.16 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xstream-1.4.16.pom | |
| xstream-1.4.16.jar | 614 KB |
| xstream-1.4.16-tests.jar | 9 KB |
| xstream-1.4.16-sources.jar | 433 KB |
| xstream-1.4.16-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream/ -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream/
implementation 'com.thoughtworks.xstream:xstream:1.4.16'
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream/
implementation ("com.thoughtworks.xstream:xstream:1.4.16")
'com.thoughtworks.xstream:xstream:jar:1.4.16'
<dependency org="com.thoughtworks.xstream" name="xstream" rev="1.4.16">
<artifact name="xstream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.xstream', module='xstream', version='1.4.16')
)
libraryDependencies += "com.thoughtworks.xstream" % "xstream" % "1.4.16"
[com.thoughtworks.xstream/xstream "1.4.16"]