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