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