| GroupId | GroupIdio.nosqlbench |
|---|---|
| ArtifactId | ArtifactIddriver-http |
| Version | Version3.12.100 |
| Type | Typejar |
| Filename | Size |
|---|---|
| driver-http-3.12.100.pom | |
| driver-http-3.12.100.jar | 11 KB |
| driver-http-3.12.100-sources.jar | 6 KB |
| driver-http-3.12.100-javadoc.jar | 400 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.nosqlbench/driver-http/ -->
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>driver-http</artifactId>
<version>3.12.100</version>
</dependency>
// https://jarcasting.com/artifacts/io.nosqlbench/driver-http/
implementation 'io.nosqlbench:driver-http:3.12.100'
// https://jarcasting.com/artifacts/io.nosqlbench/driver-http/
implementation ("io.nosqlbench:driver-http:3.12.100")
'io.nosqlbench:driver-http:jar:3.12.100'
<dependency org="io.nosqlbench" name="driver-http" rev="3.12.100">
<artifact name="driver-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nosqlbench', module='driver-http', version='3.12.100')
)
libraryDependencies += "io.nosqlbench" % "driver-http" % "3.12.100"
[io.nosqlbench/driver-http "3.12.100"]