c

cassandra-all

The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model.
http://cassandra.apache.org
The Apache Software License, Version 2.0
Avinash Lakshman Aleksey Yeschenko Aaron Morton Benedict Elliott Smith Brandon Williams David Brosius Eric Evans Gary Dusbabek Chris Goffinet Laine Jaakko Olavi T Jake Luciani Jason Brown Jonathan Ellis Josh McKenzie Johan Oskarsson Jun Rao Marcus Eriksson Mikhail Stepura Prashant Malik Peter Schuller Sylvain Lebresne Tyler Hobbs Vijay Parthasarathy Pavel Yaskevich Yuki Morishita
Files download
File Operation
cassandra-all-2.1.5.jar download
cassandra-all-2.1.5.pom download
cassandra-all-2.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.cassandra</groupId>
  <artifactId>cassandra-all</artifactId>
  <version>2.1.5</version>
</dependency>
Gradle Groovy
implementation 'org.apache.cassandra:cassandra-all:2.1.5'
Gradle Kotlin
implementation("org.apache.cassandra:cassandra-all:2.1.5")
Scala SBT
libraryDependencies += "org.apache.cassandra" % "cassandra-all" % "2.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cassandra', module='cassandra-all', version='2.1.5')
)
Apache Ivy
<dependency org="org.apache.cassandra" name="cassandra-all" rev="2.1.5" />
Leiningen
[org.apache.cassandra/cassandra-all "2.1.5"]
Apache Buildr
'org.apache.cassandra:cassandra-all:jar:2.1.5'
Dependencies