h

hbase-protocol-shaded

Shaded protobuf protocol classes used by HBase internally.
Files download
File Operation
hbase-protocol-shaded-2.4.1.jar download
hbase-protocol-shaded-2.4.1.pom download
hbase-protocol-shaded-2.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.hbase</groupId>
  <artifactId>hbase-protocol-shaded</artifactId>
  <version>2.4.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase:hbase-protocol-shaded:2.4.1'
Gradle Kotlin
implementation("org.apache.hbase:hbase-protocol-shaded:2.4.1")
Scala SBT
libraryDependencies += "org.apache.hbase" % "hbase-protocol-shaded" % "2.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase', module='hbase-protocol-shaded', version='2.4.1')
)
Apache Ivy
<dependency org="org.apache.hbase" name="hbase-protocol-shaded" rev="2.4.1" />
Leiningen
[org.apache.hbase/hbase-protocol-shaded "2.4.1"]
Apache Buildr
'org.apache.hbase:hbase-protocol-shaded:jar:2.4.1'