h

hbase-shaded-protobuf

Pulls down protobuf, patches it, compiles, and then relocates/shades.
Files download
File Operation
hbase-shaded-protobuf-2.2.1.jar download
hbase-shaded-protobuf-2.2.1.pom download
hbase-shaded-protobuf-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>ch.cern.hbase.thirdparty</groupId>
  <artifactId>hbase-shaded-protobuf</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'ch.cern.hbase.thirdparty:hbase-shaded-protobuf:2.2.1'
Gradle Kotlin
implementation("ch.cern.hbase.thirdparty:hbase-shaded-protobuf:2.2.1")
Scala SBT
libraryDependencies += "ch.cern.hbase.thirdparty" % "hbase-shaded-protobuf" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='ch.cern.hbase.thirdparty', module='hbase-shaded-protobuf', version='2.2.1')
)
Apache Ivy
<dependency org="ch.cern.hbase.thirdparty" name="hbase-shaded-protobuf" rev="2.2.1" />
Leiningen
[ch.cern.hbase.thirdparty/hbase-shaded-protobuf "2.2.1"]
Apache Buildr
'ch.cern.hbase.thirdparty:hbase-shaded-protobuf:jar:2.2.1'