Download dse-java-driver-core-1.2.6.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.6 in this page.

License

DataStax DSE Driver License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials