GroupId | GroupIdorg.apache.accumulo |
---|---|
ArtifactId | ArtifactIdaccumulo-examples-simple |
Version | Version1.6.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-examples-simple/ -->
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-examples-simple</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-examples-simple/
implementation 'org.apache.accumulo:accumulo-examples-simple:1.6.2'
// https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-examples-simple/
implementation ("org.apache.accumulo:accumulo-examples-simple:1.6.2")
'org.apache.accumulo:accumulo-examples-simple:jar:1.6.2'
<dependency org="org.apache.accumulo" name="accumulo-examples-simple" rev="1.6.2">
<artifact name="accumulo-examples-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.accumulo', module='accumulo-examples-simple', version='1.6.2')
)
libraryDependencies += "org.apache.accumulo" % "accumulo-examples-simple" % "1.6.2"
[org.apache.accumulo/accumulo-examples-simple "1.6.2"]