License |
License |
---|---|
GroupId | GroupIdorg.apache.accumulo |
ArtifactId | ArtifactIdaccumulo-examples |
Last Version | Last Version1.5.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Accumulo Examples Parent
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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
accumulo-examples-1.5.4.pom | |
accumulo-examples-1.5.4.jar | 110 KB |
accumulo-examples-1.5.4-sources.jar | 66 KB |
accumulo-examples-1.5.4-javadoc.jar | 255 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-examples/ -->
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-examples</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-examples/
implementation 'org.apache.accumulo:accumulo-examples:1.5.4'
// https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-examples/
implementation ("org.apache.accumulo:accumulo-examples:1.5.4")
'org.apache.accumulo:accumulo-examples:jar:1.5.4'
<dependency org="org.apache.accumulo" name="accumulo-examples" rev="1.5.4">
<artifact name="accumulo-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.accumulo', module='accumulo-examples', version='1.5.4')
)
libraryDependencies += "org.apache.accumulo" % "accumulo-examples" % "1.5.4"
[org.apache.accumulo/accumulo-examples "1.5.4"]