Hi,
I want to use the Driver CQL Shaded 4.15.34 maven dependency in my project.
Advise me on the Driver CQL Shaded 4.15.34 maven dependency that I an add to my pom.xml file.
Thanks
Hello,
You should use the following dependency:
<dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-cql-shaded</artifactId> <version>4.15.34</version> </dependency>
Thanks
Developers using Gradle can use following code:
implementation group: 'io.nosqlbench', name: 'driver-cql-shaded', version: '4.15.34'
Thanks
Ads