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

org.apache.accumulo:accumulo-master 1.7.4

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

Группа

Группа

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

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

accumulo-master
Версия

Версия

1.7.4
Тип

Тип

jar

Скачать accumulo-master 1.7.4


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