License |
License |
---|---|
GroupId | GroupIdorg.apache.fluo |
ArtifactId | ArtifactIdfluo-accumulo |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Fluo Accumulo Extensions
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
fluo-accumulo-1.2.0.pom | |
fluo-accumulo-1.2.0.jar | 48 KB |
fluo-accumulo-1.2.0-sources.jar | 39 KB |
fluo-accumulo-1.2.0-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.fluo/fluo-accumulo/ -->
<dependency>
<groupId>org.apache.fluo</groupId>
<artifactId>fluo-accumulo</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.fluo/fluo-accumulo/
implementation 'org.apache.fluo:fluo-accumulo:1.2.0'
// https://jarcasting.com/artifacts/org.apache.fluo/fluo-accumulo/
implementation ("org.apache.fluo:fluo-accumulo:1.2.0")
'org.apache.fluo:fluo-accumulo:jar:1.2.0'
<dependency org="org.apache.fluo" name="fluo-accumulo" rev="1.2.0">
<artifact name="fluo-accumulo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.fluo', module='fluo-accumulo', version='1.2.0')
)
libraryDependencies += "org.apache.fluo" % "fluo-accumulo" % "1.2.0"
[org.apache.fluo/fluo-accumulo "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 13.0.1 |
org.apache.accumulo : accumulo-core | jar | 1.7.3 |
org.apache.fluo : fluo-api | jar | 1.2.0 |
org.apache.hadoop : hadoop-client | jar | 2.6.3 |
org.apache.zookeeper : zookeeper | jar | 3.4.8 |
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.easymock : easymock | jar | 3.1 |
org.slf4j : slf4j-log4j12 | jar | 1.7.12 |