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