d

driver-http

A HTTP nosqlbench ActivityType (AT) driver module; This provides the ability to generate HTTP requests with nosqlbench
Files download
File Operation
driver-http-4.15.102.jar download
driver-http-4.15.102.pom download
driver-http-4.15.102-sources.jar download
Apache Maven
<dependency>
  <groupId>io.nosqlbench</groupId>
  <artifactId>driver-http</artifactId>
  <version>4.15.102</version>
</dependency>
Gradle Groovy
implementation 'io.nosqlbench:driver-http:4.15.102'
Gradle Kotlin
implementation("io.nosqlbench:driver-http:4.15.102")
Scala SBT
libraryDependencies += "io.nosqlbench" % "driver-http" % "4.15.102"
Groovy Grape
@Grapes(
  @Grab(group='io.nosqlbench', module='driver-http', version='4.15.102')
)
Apache Ivy
<dependency org="io.nosqlbench" name="driver-http" rev="4.15.102" />
Leiningen
[io.nosqlbench/driver-http "4.15.102"]
Apache Buildr
'io.nosqlbench:driver-http:jar:4.15.102'