d

dse-java-driver-mapper-runtime

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.
https://github.com/datastax/java-driver
Apache 2
Various
Files download
File Operation
dse-java-driver-mapper-runtime-2.4.0.pom download
Apache Maven
<dependency>
  <groupId>com.datastax.dse</groupId>
  <artifactId>dse-java-driver-mapper-runtime</artifactId>
  <version>2.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.datastax.dse:dse-java-driver-mapper-runtime:2.4.0'
Gradle Kotlin
implementation("com.datastax.dse:dse-java-driver-mapper-runtime:2.4.0")
Scala SBT
libraryDependencies += "com.datastax.dse" % "dse-java-driver-mapper-runtime" % "2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.datastax.dse', module='dse-java-driver-mapper-runtime', version='2.4.0')
)
Apache Ivy
<dependency org="com.datastax.dse" name="dse-java-driver-mapper-runtime" rev="2.4.0" />
Leiningen
[com.datastax.dse/dse-java-driver-mapper-runtime "2.4.0"]
Apache Buildr
'com.datastax.dse:dse-java-driver-mapper-runtime:jar:2.4.0'
Dependencies
The project has no third-party dependencies