b

benchmarks

Benchmarks (JMH)
Files download
File Operation
benchmarks-0.3.0.jar download
benchmarks-0.3.0.pom download
benchmarks-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.zipkin.reporter</groupId>
  <artifactId>benchmarks</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'io.zipkin.reporter:benchmarks:0.3.0'
Gradle Kotlin
implementation("io.zipkin.reporter:benchmarks:0.3.0")
Scala SBT
libraryDependencies += "io.zipkin.reporter" % "benchmarks" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.zipkin.reporter', module='benchmarks', version='0.3.0')
)
Apache Ivy
<dependency org="io.zipkin.reporter" name="benchmarks" rev="0.3.0" />
Leiningen
[io.zipkin.reporter/benchmarks "0.3.0"]
Apache Buildr
'io.zipkin.reporter:benchmarks:jar:0.3.0'