GroupId | GroupIdch.cern.hbase |
---|---|
ArtifactId | ArtifactIdhbase-common |
Version | Version2.1.3_1 |
Type | Typejar |
Filename | Size |
---|---|
hbase-common-2.1.3_1.pom | |
hbase-common-2.1.3_1.jar | 769 KB |
hbase-common-2.1.3_1-tests.jar | 309 KB |
hbase-common-2.1.3_1-test-sources.jar | 173 KB |
hbase-common-2.1.3_1-sources.jar | 568 KB |
hbase-common-2.1.3_1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.cern.hbase/hbase-common/ -->
<dependency>
<groupId>ch.cern.hbase</groupId>
<artifactId>hbase-common</artifactId>
<version>2.1.3_1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.hbase/hbase-common/
implementation 'ch.cern.hbase:hbase-common:2.1.3_1'
// https://jarcasting.com/artifacts/ch.cern.hbase/hbase-common/
implementation ("ch.cern.hbase:hbase-common:2.1.3_1")
'ch.cern.hbase:hbase-common:jar:2.1.3_1'
<dependency org="ch.cern.hbase" name="hbase-common" rev="2.1.3_1">
<artifact name="hbase-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.hbase', module='hbase-common', version='2.1.3_1')
)
libraryDependencies += "ch.cern.hbase" % "hbase-common" % "2.1.3_1"
[ch.cern.hbase/hbase-common "2.1.3_1"]