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