a

accumulo-project

Apache Accumulo is a sorted, distributed key/value store based on Google's BigTable design. It is built on top of Apache Hadoop, Zookeeper, and Thrift. It features a few novel improvements on the BigTable design in the form of cell-level access labels and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.
https://accumulo.apache.org
Apache License, Version 2.0
The Apache Software Foundation
Files download
File Operation
accumulo-project-2.0.1.pom download
Apache Maven
<dependency>
  <groupId>org.apache.accumulo</groupId>
  <artifactId>accumulo-project</artifactId>
  <version>2.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.accumulo:accumulo-project:2.0.1'
Gradle Kotlin
implementation("org.apache.accumulo:accumulo-project:2.0.1")
Scala SBT
libraryDependencies += "org.apache.accumulo" % "accumulo-project" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.accumulo', module='accumulo-project', version='2.0.1')
)
Apache Ivy
<dependency org="org.apache.accumulo" name="accumulo-project" rev="2.0.1" />
Leiningen
[org.apache.accumulo/accumulo-project "2.0.1"]
Apache Buildr
'org.apache.accumulo:accumulo-project:jar:2.0.1'