GroupId | GroupIdorg.apache.accumulo |
---|---|
ArtifactId | ArtifactIdaccumulo-shell |
Version | Version1.9.0 |
Type | Typejar |
Filename | Size |
---|---|
accumulo-shell-1.9.0.pom | |
accumulo-shell-1.9.0.jar | 271 KB |
accumulo-shell-1.9.0-sources.jar | 177 KB |
accumulo-shell-1.9.0-javadoc.jar | 630 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-shell/ -->
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-shell</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-shell/
implementation 'org.apache.accumulo:accumulo-shell:1.9.0'
// https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-shell/
implementation ("org.apache.accumulo:accumulo-shell:1.9.0")
'org.apache.accumulo:accumulo-shell:jar:1.9.0'
<dependency org="org.apache.accumulo" name="accumulo-shell" rev="1.9.0">
<artifact name="accumulo-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.accumulo', module='accumulo-shell', version='1.9.0')
)
libraryDependencies += "org.apache.accumulo" % "accumulo-shell" % "1.9.0"
[org.apache.accumulo/accumulo-shell "1.9.0"]