GroupId | GroupIdorg.apache.hbase.operator.tools |
---|---|
ArtifactId | ArtifactIdhbase-hbck2 |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
hbase-hbck2-1.0.0.pom | |
hbase-hbck2-1.0.0.jar | 2 MB |
hbase-hbck2-1.0.0-sources.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hbase.operator.tools/hbase-hbck2/ -->
<dependency>
<groupId>org.apache.hbase.operator.tools</groupId>
<artifactId>hbase-hbck2</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase.operator.tools/hbase-hbck2/
implementation 'org.apache.hbase.operator.tools:hbase-hbck2:1.0.0'
// https://jarcasting.com/artifacts/org.apache.hbase.operator.tools/hbase-hbck2/
implementation ("org.apache.hbase.operator.tools:hbase-hbck2:1.0.0")
'org.apache.hbase.operator.tools:hbase-hbck2:jar:1.0.0'
<dependency org="org.apache.hbase.operator.tools" name="hbase-hbck2" rev="1.0.0">
<artifact name="hbase-hbck2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase.operator.tools', module='hbase-hbck2', version='1.0.0')
)
libraryDependencies += "org.apache.hbase.operator.tools" % "hbase-hbck2" % "1.0.0"
[org.apache.hbase.operator.tools/hbase-hbck2 "1.0.0"]