не последняя версия
Последняя версия 1.2.0

org.apache.fluo:fluo-accumulo 1.1.0-incubating

This module contains all Apache Fluo code that is run by Accumulo. This includes iterators and formatters. Given that this module produces a JAR that needs to be included on the Accumulo classpath, external dependencies should be limited. Some utility classes in this module are not only used by iterators but also used by fluo-core.

Группа

Группа

org.apache.fluo
Идентификатор

Идентификатор

fluo-accumulo
Версия

Версия

1.1.0-incubating
Тип

Тип

jar

Скачать fluo-accumulo 1.1.0-incubating


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