| GroupId | GroupIdio.nosqlbench |
|---|---|
| ArtifactId | ArtifactIddriver-http |
| Version | Version3.12.101 |
| Type | Typejar |
| Filename | Size |
|---|---|
| driver-http-3.12.101.pom | |
| driver-http-3.12.101.jar | 11 KB |
| driver-http-3.12.101-sources.jar | 6 KB |
| driver-http-3.12.101-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.101</version>
</dependency>
// https://jarcasting.com/artifacts/io.nosqlbench/driver-http/
implementation 'io.nosqlbench:driver-http:3.12.101'
// https://jarcasting.com/artifacts/io.nosqlbench/driver-http/
implementation ("io.nosqlbench:driver-http:3.12.101")
'io.nosqlbench:driver-http:jar:3.12.101'
<dependency org="io.nosqlbench" name="driver-http" rev="3.12.101">
<artifact name="driver-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nosqlbench', module='driver-http', version='3.12.101')
)
libraryDependencies += "io.nosqlbench" % "driver-http" % "3.12.101"
[io.nosqlbench/driver-http "3.12.101"]