License |
License |
---|---|
GroupId | GroupIdcom.aliyun.hbase |
ArtifactId | ArtifactIdalihbase-protocol |
Last Version | Last Version2.8.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache HBase - Protocol
Protobuf protocol classes used by HBase to communicate.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
alihbase-protocol-2.8.7.pom | |
alihbase-protocol-2.8.7.jar | 3 MB |
alihbase-protocol-2.8.7-tests.jar | 2 KB |
alihbase-protocol-2.8.7-sources.jar | 699 KB |
alihbase-protocol-2.8.7-javadoc.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-protocol/ -->
<dependency>
<groupId>com.aliyun.hbase</groupId>
<artifactId>alihbase-protocol</artifactId>
<version>2.8.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-protocol/
implementation 'com.aliyun.hbase:alihbase-protocol:2.8.7'
// https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-protocol/
implementation ("com.aliyun.hbase:alihbase-protocol:2.8.7")
'com.aliyun.hbase:alihbase-protocol:jar:2.8.7'
<dependency org="com.aliyun.hbase" name="alihbase-protocol" rev="2.8.7">
<artifact name="alihbase-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.hbase', module='alihbase-protocol', version='2.8.7')
)
libraryDependencies += "com.aliyun.hbase" % "alihbase-protocol" % "2.8.7"
[com.aliyun.hbase/alihbase-protocol "2.8.7"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 2.5.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.apache.yetus : audience-annotations | jar | 0.5.0 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
com.aliyun.hbase : alihbase-annotations | test-jar | 2.8.7 |