Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.alibaba.hbase |
ArtifactId | ArtifactIdalihbase-client |
Version | Version1.4.13 |
Type | Typejar |
Filename | Size |
---|---|
alihbase-client-1.4.13.pom | |
alihbase-client-1.4.13.jar | 1 MB |
alihbase-client-1.4.13-tests.jar | 210 KB |
alihbase-client-1.4.13-sources.jar | 950 KB |
alihbase-client-1.4.13-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.hbase/alihbase-client/ -->
<dependency>
<groupId>com.alibaba.hbase</groupId>
<artifactId>alihbase-client</artifactId>
<version>1.4.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.hbase/alihbase-client/
implementation 'com.alibaba.hbase:alihbase-client:1.4.13'
// https://jarcasting.com/artifacts/com.alibaba.hbase/alihbase-client/
implementation ("com.alibaba.hbase:alihbase-client:1.4.13")
'com.alibaba.hbase:alihbase-client:jar:1.4.13'
<dependency org="com.alibaba.hbase" name="alihbase-client" rev="1.4.13">
<artifact name="alihbase-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.hbase', module='alihbase-client', version='1.4.13')
)
libraryDependencies += "com.alibaba.hbase" % "alihbase-client" % "1.4.13"
[com.alibaba.hbase/alihbase-client "1.4.13"]