is not current version
Last Version 2.0.1

org.apache.accumulo:accumulo 1.3.5-incubating

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.

GroupId

GroupId

org.apache.accumulo
ArtifactId

ArtifactId

accumulo
Version

Version

1.3.5-incubating
Type

Type

pom

Download accumulo 1.3.5-incubating


<!-- https://jarcasting.com/artifacts/org.apache.accumulo/accumulo/ -->
<dependency>
    <groupId>org.apache.accumulo</groupId>
    <artifactId>accumulo</artifactId>
    <version>1.3.5-incubating</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.accumulo/accumulo/
implementation 'org.apache.accumulo:accumulo:1.3.5-incubating'
// https://jarcasting.com/artifacts/org.apache.accumulo/accumulo/
implementation ("org.apache.accumulo:accumulo:1.3.5-incubating")
'org.apache.accumulo:accumulo:pom:1.3.5-incubating'
<dependency org="org.apache.accumulo" name="accumulo" rev="1.3.5-incubating">
  <artifact name="accumulo" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.accumulo', module='accumulo', version='1.3.5-incubating')
)
libraryDependencies += "org.apache.accumulo" % "accumulo" % "1.3.5-incubating"
[org.apache.accumulo/accumulo "1.3.5-incubating"]