is not current version
Last Version 2.0.1

org.apache.accumulo:accumulo-test 2.0.0

Tests for Apache Accumulo.

GroupId

GroupId

org.apache.accumulo
ArtifactId

ArtifactId

accumulo-test
Version

Version

2.0.0
Type

Type

jar

Download accumulo-test 2.0.0


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