License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries |
GroupId | GroupIdorg.apache.accumulo |
ArtifactId | ArtifactIdaccumulo-wikisearch |
Last Version | Last Version1.4.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionaccumulo-wikisearch
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-wikisearch-1.4.4.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-wikisearch/ -->
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-wikisearch</artifactId>
<version>1.4.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-wikisearch/
implementation 'org.apache.accumulo:accumulo-wikisearch:1.4.4'
// https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-wikisearch/
implementation ("org.apache.accumulo:accumulo-wikisearch:1.4.4")
'org.apache.accumulo:accumulo-wikisearch:pom:1.4.4'
<dependency org="org.apache.accumulo" name="accumulo-wikisearch" rev="1.4.4">
<artifact name="accumulo-wikisearch" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.accumulo', module='accumulo-wikisearch', version='1.4.4')
)
libraryDependencies += "org.apache.accumulo" % "accumulo-wikisearch" % "1.4.4"
[org.apache.accumulo/accumulo-wikisearch "1.4.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |