dse-java-driver-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.datastax.dse</groupId> <artifactId>dse-java-driver-core</artifactId> <version>2.4.0</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.datastax.dse</groupId> <artifactId>dse-java-driver-core</artifactId> <version>2.4.0</version> <packaging>pom</packaging> <name>DataStax Enterprise Java Driver - Core</name> <description> A driver for DataStax Enterprise (DSE) and Apache Cassandra 1.2+ clusters that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol, supporting DSE-specific features such as geospatial types, DSE Graph and DSE authentication. </description> <url>https://github.com/datastax/java-driver</url> <distributionManagement> <relocation> <groupId>com.datastax.oss</groupId> <artifactId>java-driver-core</artifactId> <version>4.4.0</version> <message>DSE functionality is now available directly in com.datastax.oss artifacts. com.datastax.dse will no longer be maintained separately.</message> </relocation> </distributionManagement> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>Apache License Version 2.0</comments> </license> </licenses> <scm> <connection>scm:git:git@github.com:datastax/java-driver.git</connection> <developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection> <url>https://github.com/datastax/java-driver</url> <tag>HEAD</tag> </scm> <developers> <developer> <name>Various</name> <organization>DataStax</organization> </developer> </developers> </project>