License |
License |
---|---|
Categories |
CategoriesJava Languages Data |
GroupId | GroupIdcom.datastax.oss |
ArtifactId | ArtifactIdjava-driver-integration-tests |
Version | Version4.6.1 |
Type | Typejar |
Description |
DescriptionDataStax Java driver for Apache Cassandra(R) - integration tests
A driver for Apache Cassandra(R) 2.1+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's native protocol versions 3 and above.
|
<!-- https://jarcasting.com/artifacts/com.datastax.oss/java-driver-integration-tests/ -->
<dependency>
<groupId>com.datastax.oss</groupId>
<artifactId>java-driver-integration-tests</artifactId>
<version>4.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.datastax.oss/java-driver-integration-tests/
implementation 'com.datastax.oss:java-driver-integration-tests:4.6.1'
// https://jarcasting.com/artifacts/com.datastax.oss/java-driver-integration-tests/
implementation ("com.datastax.oss:java-driver-integration-tests:4.6.1")
'com.datastax.oss:java-driver-integration-tests:jar:4.6.1'
<dependency org="com.datastax.oss" name="java-driver-integration-tests" rev="4.6.1">
<artifact name="java-driver-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.datastax.oss', module='java-driver-integration-tests', version='4.6.1')
)
libraryDependencies += "com.datastax.oss" % "java-driver-integration-tests" % "4.6.1"
[com.datastax.oss/java-driver-integration-tests "4.6.1"]