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