is not current version
Last Version 1.4.5

org.apache.accumulo:examples-simple 1.4.2


GroupId

GroupId

org.apache.accumulo
ArtifactId

ArtifactId

examples-simple
Version

Version

1.4.2
Type

Type

jar

Download examples-simple 1.4.2


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