YugabyteDB Java Driver 3.X for YCQL, based on the DataStax Java Driver
Documentation available at https://docs.yugabyte.com/latest/quick-start/build-apps/java/ycql/
License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.yugabyte |
ArtifactId | ArtifactIdjava-driver-integration-tests |
Last Version | Last Version4.6.0-yb-2-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDataStax Java driver for Apache Cassandra(R) - integration tests
Java Driver for YugaByteDB; derived from DataStax Java Driver for Apache Cassandra.
|
<!-- https://jarcasting.com/artifacts/com.yugabyte/java-driver-integration-tests/ -->
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-integration-tests</artifactId>
<version>4.6.0-yb-2-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.yugabyte/java-driver-integration-tests/
implementation 'com.yugabyte:java-driver-integration-tests:4.6.0-yb-2-RC1'
// https://jarcasting.com/artifacts/com.yugabyte/java-driver-integration-tests/
implementation ("com.yugabyte:java-driver-integration-tests:4.6.0-yb-2-RC1")
'com.yugabyte:java-driver-integration-tests:jar:4.6.0-yb-2-RC1'
<dependency org="com.yugabyte" name="java-driver-integration-tests" rev="4.6.0-yb-2-RC1">
<artifact name="java-driver-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yugabyte', module='java-driver-integration-tests', version='4.6.0-yb-2-RC1')
)
libraryDependencies += "com.yugabyte" % "java-driver-integration-tests" % "4.6.0-yb-2-RC1"
[com.yugabyte/java-driver-integration-tests "4.6.0-yb-2-RC1"]
Documentation available at https://docs.yugabyte.com/latest/quick-start/build-apps/java/ycql/
Version |
---|
4.6.0-yb-2-RC1
|