| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSearch Прикладные библиотеки |
| Группа | Группаorg.apache.accumulo |
| Идентификатор | Идентификаторaccumulo-wikisearch |
| Версия | Версия1.4.4 |
| Тип | Типpom |
| Описание |
Описаниеaccumulo-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.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| accumulo-wikisearch-1.4.4.pom | 8 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |