Download dse-java-driver-core-1.2.3.jar file - Jar d

Jar examples for d:dse-java-driver-core

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.

You can download jar file dse-java-driver-core 1.2.3 in this page.

License

DataStax DSE Driver License

Build File

You can use the following script to add dse-java-driver-core-1.2.3.jar to your project.

<dependency>
   <groupId>com.datastax.dse</groupId>
   <artifactId>dse-java-driver-core</artifactId>
   <version>1.2.3</version>
</dependency>
compile group: 'com.datastax.dse', name: 'dse-java-driver-core', version: '1.2.3'
libraryDependencies += "com.datastax.dse" % "dse-java-driver-core" % "1.2.3"
<dependency org="com.datastax.dse" name="dse-java-driver-core" rev="1.2.3"/>
@Grapes(@Grab(group='com.datastax.dse', module='dse-java-driver-core', version='1.2.3'))
'com.datastax.dse:dse-java-driver-core:jar:1.2.3'

Download

Click the following link to download the jar file.

dse-java-driver-core-1.2.3-javadoc.jar
dse-java-driver-core-1.2.3-shaded.jar
dse-java-driver-core-1.2.3-sources.jar
dse-java-driver-core-1.2.3-tests.jar
dse-java-driver-core-1.2.3.jar
dse-java-driver-core-1.2.3.pom



Related Tutorials