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