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