не последняя версия
Последняя версия 1.4.19

com.thoughtworks.xstream:xstream 1.4.16


Группа

Группа

com.thoughtworks.xstream
Идентификатор

Идентификатор

xstream
Версия

Версия

1.4.16
Тип

Тип

jar

Скачать xstream 1.4.16


<!-- 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"]