is not current version
Last Version 1.4.5

org.apache.accumulo:examples-simple 1.4.1


GroupId

GroupId

org.apache.accumulo
ArtifactId

ArtifactId

examples-simple
Version

Version

1.4.1
Type

Type

jar

Download examples-simple 1.4.1


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