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