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