x

xstream-jmh

JMH Benchmark suite of XStream.
文件下载
文件名 操作
xstream-jmh-1.4.13.jar 下载
xstream-jmh-1.4.13.pom 下载
xstream-jmh-1.4.13-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.thoughtworks.xstream</groupId>
  <artifactId>xstream-jmh</artifactId>
  <version>1.4.13</version>
</dependency>
Gradle Groovy
implementation 'com.thoughtworks.xstream:xstream-jmh:1.4.13'
Gradle Kotlin
implementation("com.thoughtworks.xstream:xstream-jmh:1.4.13")
Scala SBT
libraryDependencies += "com.thoughtworks.xstream" % "xstream-jmh" % "1.4.13"
Groovy Grape
@Grapes(
  @Grab(group='com.thoughtworks.xstream', module='xstream-jmh', version='1.4.13')
)
Apache Ivy
<dependency org="com.thoughtworks.xstream" name="xstream-jmh" rev="1.4.13" />
Leiningen
[com.thoughtworks.xstream/xstream-jmh "1.4.13"]
Apache Buildr
'com.thoughtworks.xstream:xstream-jmh:jar:1.4.13'