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