is not current version
Last Version 2.0.1

org.apache.accumulo:accumulo-hadoop-mapreduce 2.0.0

Apache Accumulo MapReduce bindings.

GroupId

GroupId

org.apache.accumulo
ArtifactId

ArtifactId

accumulo-hadoop-mapreduce
Version

Version

2.0.0
Type

Type

jar

Download accumulo-hadoop-mapreduce 2.0.0


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