| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.thoughtworks.xstream |
| Идентификатор | Идентификаторxstream-parent |
| Последняя версия | Последняя версия1.4.19 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеXStream Parent
XStream is a serialization library from Java objects to XML and back.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| xstream-parent-1.4.19.pom | 18 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-parent/ -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-parent</artifactId>
<version>1.4.19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-parent/
implementation 'com.thoughtworks.xstream:xstream-parent:1.4.19'
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-parent/
implementation ("com.thoughtworks.xstream:xstream-parent:1.4.19")
'com.thoughtworks.xstream:xstream-parent:pom:1.4.19'
<dependency org="com.thoughtworks.xstream" name="xstream-parent" rev="1.4.19">
<artifact name="xstream-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.xstream', module='xstream-parent', version='1.4.19')
)
libraryDependencies += "com.thoughtworks.xstream" % "xstream-parent" % "1.4.19"
[com.thoughtworks.xstream/xstream-parent "1.4.19"]