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

org.apache.accumulo:accumulo-master 1.6.3

The master server for Apache Accumulo for load balacing and other system-wide operations.

Группа

Группа

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

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

accumulo-master
Версия

Версия

1.6.3
Тип

Тип

jar

Скачать accumulo-master 1.6.3


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