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