| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.alibaba.hbase |
| ArtifactId | ArtifactIdalihbase-client |
| Last Version | Last Version2.2.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache HBase - Client
Client of HBase
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| alihbase-client-2.2.3.pom | |
| alihbase-client-2.2.3.jar | 1 MB |
| alihbase-client-2.2.3-tests.jar | 265 KB |
| alihbase-client-2.2.3-test-sources.jar | 144 KB |
| alihbase-client-2.2.3-sources.jar | 1 MB |
| alihbase-client-2.2.3-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.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.hbase/alihbase-client/
implementation 'com.alibaba.hbase:alihbase-client:2.2.3'
// https://jarcasting.com/artifacts/com.alibaba.hbase/alihbase-client/
implementation ("com.alibaba.hbase:alihbase-client:2.2.3")
'com.alibaba.hbase:alihbase-client:jar:2.2.3'
<dependency org="com.alibaba.hbase" name="alihbase-client" rev="2.2.3">
<artifact name="alihbase-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.hbase', module='alihbase-client', version='2.2.3')
)
libraryDependencies += "com.alibaba.hbase" % "alihbase-client" % "2.2.3"
[com.alibaba.hbase/alihbase-client "2.2.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.hbase : hbase-annotations | test-jar | 2.2.3 |
| org.apache.hbase : hbase-common | test-jar | 2.2.3 |
| log4j : log4j | jar | 1.2.17 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.28.2 |