| Группа | Группаorg.sonatype.nexus.xstream |
|---|---|
| Идентификатор | Идентификаторxstream |
| Версия | Версия1.4.6-SONATYPE-02 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xstream-1.4.6-SONATYPE-02.pom | |
| xstream-1.4.6-SONATYPE-02.jar | 523 KB |
| xstream-1.4.6-SONATYPE-02-tests.jar | 7 KB |
| xstream-1.4.6-SONATYPE-02-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus.xstream/xstream/ -->
<dependency>
<groupId>org.sonatype.nexus.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.6-SONATYPE-02</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.xstream/xstream/
implementation 'org.sonatype.nexus.xstream:xstream:1.4.6-SONATYPE-02'
// https://jarcasting.com/artifacts/org.sonatype.nexus.xstream/xstream/
implementation ("org.sonatype.nexus.xstream:xstream:1.4.6-SONATYPE-02")
'org.sonatype.nexus.xstream:xstream:jar:1.4.6-SONATYPE-02'
<dependency org="org.sonatype.nexus.xstream" name="xstream" rev="1.4.6-SONATYPE-02">
<artifact name="xstream" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.xstream', module='xstream', version='1.4.6-SONATYPE-02')
)
libraryDependencies += "org.sonatype.nexus.xstream" % "xstream" % "1.4.6-SONATYPE-02"
[org.sonatype.nexus.xstream/xstream "1.4.6-SONATYPE-02"]