| Группа | Группаorg.apache.hbase |
|---|---|
| Идентификатор | Идентификаторhbase-protocol-shaded |
| Версия | Версия2.1.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase-protocol-shaded/ -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-protocol-shaded</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-protocol-shaded/
implementation 'org.apache.hbase:hbase-protocol-shaded:2.1.4'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-protocol-shaded/
implementation ("org.apache.hbase:hbase-protocol-shaded:2.1.4")
'org.apache.hbase:hbase-protocol-shaded:jar:2.1.4'
<dependency org="org.apache.hbase" name="hbase-protocol-shaded" rev="2.1.4">
<artifact name="hbase-protocol-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-protocol-shaded', version='2.1.4')
)
libraryDependencies += "org.apache.hbase" % "hbase-protocol-shaded" % "2.1.4"
[org.apache.hbase/hbase-protocol-shaded "2.1.4"]