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

License

DataStax DSE Driver License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials