GroupId | GroupIdch.cern.hbase |
---|---|
ArtifactId | ArtifactIdhbase-protocol |
Version | Version2.2.4 |
Type | Typejar |
Filename | Size |
---|---|
hbase-protocol-2.2.4.pom | |
hbase-protocol-2.2.4.jar | 3 MB |
hbase-protocol-2.2.4-tests.jar | 7 KB |
hbase-protocol-2.2.4-test-sources.jar | 5 KB |
hbase-protocol-2.2.4-sources.jar | 709 KB |
hbase-protocol-2.2.4-javadoc.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.cern.hbase/hbase-protocol/ -->
<dependency>
<groupId>ch.cern.hbase</groupId>
<artifactId>hbase-protocol</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.hbase/hbase-protocol/
implementation 'ch.cern.hbase:hbase-protocol:2.2.4'
// https://jarcasting.com/artifacts/ch.cern.hbase/hbase-protocol/
implementation ("ch.cern.hbase:hbase-protocol:2.2.4")
'ch.cern.hbase:hbase-protocol:jar:2.2.4'
<dependency org="ch.cern.hbase" name="hbase-protocol" rev="2.2.4">
<artifact name="hbase-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.hbase', module='hbase-protocol', version='2.2.4')
)
libraryDependencies += "ch.cern.hbase" % "hbase-protocol" % "2.2.4"
[ch.cern.hbase/hbase-protocol "2.2.4"]