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