| Группа | Группаplexus |
|---|---|
| Идентификатор | Идентификаторxstream |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание |
| Имя Файла | Размер |
|---|---|
| xstream-0.1.pom | -1 bytes |
| xstream-0.1-jvz1.jar | 56 KB |
| xstream-0.1-jvz.jar | 56 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/plexus/xstream/ -->
<dependency>
<groupId>plexus</groupId>
<artifactId>xstream</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/plexus/xstream/
implementation 'plexus:xstream:0.1'
// https://jarcasting.com/artifacts/plexus/xstream/
implementation ("plexus:xstream:0.1")
'plexus:xstream:jar:0.1'
<dependency org="plexus" name="xstream" rev="0.1">
<artifact name="xstream" type="jar" />
</dependency>
@Grapes(
@Grab(group='plexus', module='xstream', version='0.1')
)
libraryDependencies += "plexus" % "xstream" % "0.1"
[plexus/xstream "0.1"]