License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdch.cern.hbase.thirdparty |
ArtifactId | ArtifactIdhbase-shaded-protobuf |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache HBase Patched & Relocated (Shaded) Protobuf
Pulls down protobuf, patches it, compiles, and then relocates/shades.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/ch.cern.hbase.thirdparty/hbase-shaded-protobuf/ -->
<dependency>
<groupId>ch.cern.hbase.thirdparty</groupId>
<artifactId>hbase-shaded-protobuf</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.hbase.thirdparty/hbase-shaded-protobuf/
implementation 'ch.cern.hbase.thirdparty:hbase-shaded-protobuf:2.2.1'
// https://jarcasting.com/artifacts/ch.cern.hbase.thirdparty/hbase-shaded-protobuf/
implementation ("ch.cern.hbase.thirdparty:hbase-shaded-protobuf:2.2.1")
'ch.cern.hbase.thirdparty:hbase-shaded-protobuf:jar:2.2.1'
<dependency org="ch.cern.hbase.thirdparty" name="hbase-shaded-protobuf" rev="2.2.1">
<artifact name="hbase-shaded-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.hbase.thirdparty', module='hbase-shaded-protobuf', version='2.2.1')
)
libraryDependencies += "ch.cern.hbase.thirdparty" % "hbase-shaded-protobuf" % "2.2.1"
[ch.cern.hbase.thirdparty/hbase-shaded-protobuf "2.2.1"]