b

benchmarks

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