Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdorg.apache.hbase.thirdparty |
ArtifactId | ArtifactIdhbase-shaded-protobuf |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
hbase-shaded-protobuf-3.0.0.pom | |
hbase-shaded-protobuf-3.0.0.jar | 1 MB |
hbase-shaded-protobuf-3.0.0-sources.jar | 781 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-protobuf/ -->
<dependency>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-shaded-protobuf</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-protobuf/
implementation 'org.apache.hbase.thirdparty:hbase-shaded-protobuf:3.0.0'
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-protobuf/
implementation ("org.apache.hbase.thirdparty:hbase-shaded-protobuf:3.0.0")
'org.apache.hbase.thirdparty:hbase-shaded-protobuf:jar:3.0.0'
<dependency org="org.apache.hbase.thirdparty" name="hbase-shaded-protobuf" rev="3.0.0">
<artifact name="hbase-shaded-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase.thirdparty', module='hbase-shaded-protobuf', version='3.0.0')
)
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-shaded-protobuf" % "3.0.0"
[org.apache.hbase.thirdparty/hbase-shaded-protobuf "3.0.0"]