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