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

com.thoughtworks.xstream:xstream-parent 1.4


Группа

Группа

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

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

xstream-parent
Версия

Версия

1.4
Тип

Тип

pom

Скачать xstream-parent 1.4

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

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