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