GroupId | GroupIdorg.apache.accumulo |
---|---|
ArtifactId | ArtifactIdexamples-simple |
Version | Version1.4.1 |
Type | Typejar |
Filename | Size |
---|---|
examples-simple-1.4.1.pom | |
examples-simple-1.4.1.jar | 133 KB |
examples-simple-1.4.1-sources.jar | 83 KB |
examples-simple-1.4.1-javadoc.jar | 329 KB |
Browse |
<!-- 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"]