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

com.thoughtworks.xstream:xstream-parent 1.4.10

XStream is a serialization library from Java objects to XML and back.

Группа

Группа

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

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

xstream-parent
Версия

Версия

1.4.10
Тип

Тип

pom

Скачать xstream-parent 1.4.10

Имя Файла Размер
xstream-parent-1.4.10.pom 34 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-parent/ -->
<dependency>
    <groupId>com.thoughtworks.xstream</groupId>
    <artifactId>xstream-parent</artifactId>
    <version>1.4.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-parent/
implementation 'com.thoughtworks.xstream:xstream-parent:1.4.10'
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-parent/
implementation ("com.thoughtworks.xstream:xstream-parent:1.4.10")
'com.thoughtworks.xstream:xstream-parent:pom:1.4.10'
<dependency org="com.thoughtworks.xstream" name="xstream-parent" rev="1.4.10">
  <artifact name="xstream-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.xstream', module='xstream-parent', version='1.4.10')
)
libraryDependencies += "com.thoughtworks.xstream" % "xstream-parent" % "1.4.10"
[com.thoughtworks.xstream/xstream-parent "1.4.10"]