h

hbase-shaded-protobuf

Pulls down protobuf, patches it, compiles, and then relocates/shades.
文件下载
文件名 操作
hbase-shaded-protobuf-4.1.2.jar 下载
hbase-shaded-protobuf-4.1.2.pom 下载
hbase-shaded-protobuf-4.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.hbase.thirdparty</groupId>
  <artifactId>hbase-shaded-protobuf</artifactId>
  <version>4.1.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase.thirdparty:hbase-shaded-protobuf:4.1.2'
Gradle Kotlin
implementation("org.apache.hbase.thirdparty:hbase-shaded-protobuf:4.1.2")
Scala SBT
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-shaded-protobuf" % "4.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase.thirdparty', module='hbase-shaded-protobuf', version='4.1.2')
)
Apache Ivy
<dependency org="org.apache.hbase.thirdparty" name="hbase-shaded-protobuf" rev="4.1.2" />
Leiningen
[org.apache.hbase.thirdparty/hbase-shaded-protobuf "4.1.2"]
Apache Buildr
'org.apache.hbase.thirdparty:hbase-shaded-protobuf:jar:4.1.2'