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