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