MVN

io.nosqlbench : driver-cql-shaded

Maven & Gradle

Aug 11, 2022
2 usages
144 stars

driver-cql-shaded · A Shaded CQL ActivityType driver for http://nosqlbench.io/

<dependency>
    <groupId>io.nosqlbench</groupId>
    <artifactId>driver-cql-shaded</artifactId>
    <version>4.15.102</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.nosqlbench : driver-cql-shaded to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.15.102

All Versions

Choose a version of io.nosqlbench : driver-cql-shaded to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.15.x
driver-cql-shaded-4.15.102
driver-cql-shaded-4.15.101
driver-cql-shaded-4.15.100
driver-cql-shaded-4.15.99
driver-cql-shaded-4.15.98
driver-cql-shaded-4.15.97
driver-cql-shaded-4.15.96
driver-cql-shaded-4.15.94
driver-cql-shaded-4.15.93
driver-cql-shaded-4.15.90
driver-cql-shaded-4.15.89
driver-cql-shaded-4.15.88
driver-cql-shaded-4.15.87
driver-cql-shaded-4.15.86
driver-cql-shaded-4.15.85
driver-cql-shaded-4.15.84
driver-cql-shaded-4.15.83
driver-cql-shaded-4.15.82
driver-cql-shaded-4.15.72
driver-cql-shaded-4.15.70
driver-cql-shaded-4.15.64
driver-cql-shaded-4.15.63
driver-cql-shaded-4.15.62
driver-cql-shaded-4.15.61
driver-cql-shaded-4.15.60
driver-cql-shaded-4.15.59
driver-cql-shaded-4.15.58
driver-cql-shaded-4.15.57
driver-cql-shaded-4.15.56
driver-cql-shaded-4.15.55
driver-cql-shaded-4.15.54
driver-cql-shaded-4.15.53
driver-cql-shaded-4.15.52
driver-cql-shaded-4.15.50
driver-cql-shaded-4.15.49
driver-cql-shaded-4.15.48
driver-cql-shaded-4.15.47
driver-cql-shaded-4.15.46
driver-cql-shaded-4.15.45
driver-cql-shaded-4.15.44
driver-cql-shaded-4.15.43
driver-cql-shaded-4.15.42
driver-cql-shaded-4.15.41
driver-cql-shaded-4.15.40
driver-cql-shaded-4.15.39
driver-cql-shaded-4.15.38
driver-cql-shaded-4.15.37
driver-cql-shaded-4.15.36
driver-cql-shaded-4.15.35
driver-cql-shaded-4.15.34
driver-cql-shaded-4.15.33
driver-cql-shaded-4.15.31
3.12.x
driver-cql-shaded-3.12.202
driver-cql-shaded-3.12.201
driver-cql-shaded-3.12.200
driver-cql-shaded-3.12.155
driver-cql-shaded-3.12.154
driver-cql-shaded-3.12.153
driver-cql-shaded-3.12.152
driver-cql-shaded-3.12.151
driver-cql-shaded-3.12.150
driver-cql-shaded-3.12.149
driver-cql-shaded-3.12.148
driver-cql-shaded-3.12.147
driver-cql-shaded-3.12.146
driver-cql-shaded-3.12.144
driver-cql-shaded-3.12.143
driver-cql-shaded-3.12.142
driver-cql-shaded-3.12.141
driver-cql-shaded-3.12.140
driver-cql-shaded-3.12.139
driver-cql-shaded-3.12.138
driver-cql-shaded-3.12.137
driver-cql-shaded-3.12.136
driver-cql-shaded-3.12.135
driver-cql-shaded-3.12.134
driver-cql-shaded-3.12.133
driver-cql-shaded-3.12.132
driver-cql-shaded-3.12.131
driver-cql-shaded-3.12.130
driver-cql-shaded-3.12.129
driver-cql-shaded-3.12.128
driver-cql-shaded-3.12.127
driver-cql-shaded-3.12.126
driver-cql-shaded-3.12.125
driver-cql-shaded-3.12.124
driver-cql-shaded-3.12.123
driver-cql-shaded-3.12.122
driver-cql-shaded-3.12.121
driver-cql-shaded-3.12.120
driver-cql-shaded-3.12.119
driver-cql-shaded-3.12.117
driver-cql-shaded-3.12.116
driver-cql-shaded-3.12.115
driver-cql-shaded-3.12.114
driver-cql-shaded-3.12.113
driver-cql-shaded-3.12.111
driver-cql-shaded-3.12.110
driver-cql-shaded-3.12.109
driver-cql-shaded-3.12.106
driver-cql-shaded-3.12.104
driver-cql-shaded-3.12.103

How to add a dependency to Maven

Add the following io.nosqlbench : driver-cql-shaded maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.nosqlbench</groupId>
    <artifactId>driver-cql-shaded</artifactId>
    <version>4.15.102</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.nosqlbench : driver-cql-shaded gradle dependency to your build.gradle file:

implementation 'io.nosqlbench:driver-cql-shaded:4.15.102'

Gradle Kotlin DSL: Add the following io.nosqlbench : driver-cql-shaded gradle kotlin dependency to your build.gradle.kts file:

implementation("io.nosqlbench:driver-cql-shaded:4.15.102")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.nosqlbench : driver-cql-shaded sbt scala dependency to your build.sbt file:

libraryDependencies += "io.nosqlbench" % "driver-cql-shaded" % "4.15.102"

Advertisement