| Группа | Группаio.nosqlbench |
|---|---|
| Идентификатор | Идентификаторdriver-cql-shaded |
| Версия | Версия3.12.152 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| driver-cql-shaded-3.12.152.pom | |
| driver-cql-shaded-3.12.152.jar | 49 MB |
| driver-cql-shaded-3.12.152-sources.jar | 36 MB |
| driver-cql-shaded-3.12.152-javadoc.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.nosqlbench/driver-cql-shaded/ -->
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>driver-cql-shaded</artifactId>
<version>3.12.152</version>
</dependency>
// https://jarcasting.com/artifacts/io.nosqlbench/driver-cql-shaded/
implementation 'io.nosqlbench:driver-cql-shaded:3.12.152'
// https://jarcasting.com/artifacts/io.nosqlbench/driver-cql-shaded/
implementation ("io.nosqlbench:driver-cql-shaded:3.12.152")
'io.nosqlbench:driver-cql-shaded:jar:3.12.152'
<dependency org="io.nosqlbench" name="driver-cql-shaded" rev="3.12.152">
<artifact name="driver-cql-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nosqlbench', module='driver-cql-shaded', version='3.12.152')
)
libraryDependencies += "io.nosqlbench" % "driver-cql-shaded" % "3.12.152"
[io.nosqlbench/driver-cql-shaded "3.12.152"]