c

cassandra-parent

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 Anthony Elder Brandon Williams Eric Evans Gary Dusbabek Chris Goffinet Laine Jaakko Olavi T Jake Luciani Jonathan Ellis Johan Oskarsson Jun Rao Matthieu Riou Prashant Malik Sylvain Lebresne
Files download
File Operation
cassandra-parent-1.0.7.pom download
Apache Maven
<dependency>
  <groupId>org.apache.cassandra</groupId>
  <artifactId>cassandra-parent</artifactId>
  <version>1.0.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.cassandra:cassandra-parent:1.0.7'
Gradle Kotlin
implementation("org.apache.cassandra:cassandra-parent:1.0.7")
Scala SBT
libraryDependencies += "org.apache.cassandra" % "cassandra-parent" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cassandra', module='cassandra-parent', version='1.0.7')
)
Apache Ivy
<dependency org="org.apache.cassandra" name="cassandra-parent" rev="1.0.7" />
Leiningen
[org.apache.cassandra/cassandra-parent "1.0.7"]
Apache Buildr
'org.apache.cassandra:cassandra-parent:jar:1.0.7'
Dependencies
The project has no third-party dependencies