GroupId | GroupIdio.nosqlbench |
---|---|
ArtifactId | ArtifactIddriver-cql-shaded |
Version | Version4.15.56 |
Type | Typejar |
Filename | Size |
---|---|
driver-cql-shaded-4.15.56.pom | |
driver-cql-shaded-4.15.56.jar | 90 MB |
driver-cql-shaded-4.15.56-sources.jar | 52 MB |
driver-cql-shaded-4.15.56-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.56</version>
</dependency>
// https://jarcasting.com/artifacts/io.nosqlbench/driver-cql-shaded/
implementation 'io.nosqlbench:driver-cql-shaded:4.15.56'
// https://jarcasting.com/artifacts/io.nosqlbench/driver-cql-shaded/
implementation ("io.nosqlbench:driver-cql-shaded:4.15.56")
'io.nosqlbench:driver-cql-shaded:jar:4.15.56'
<dependency org="io.nosqlbench" name="driver-cql-shaded" rev="4.15.56">
<artifact name="driver-cql-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nosqlbench', module='driver-cql-shaded', version='4.15.56')
)
libraryDependencies += "io.nosqlbench" % "driver-cql-shaded" % "4.15.56"
[io.nosqlbench/driver-cql-shaded "4.15.56"]