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