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