GroupId | GroupIdch.cern.hbase |
---|---|
ArtifactId | ArtifactIdhbase-resource-bundle |
Version | Version2.1.3_1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.cern.hbase/hbase-resource-bundle/ -->
<dependency>
<groupId>ch.cern.hbase</groupId>
<artifactId>hbase-resource-bundle</artifactId>
<version>2.1.3_1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.hbase/hbase-resource-bundle/
implementation 'ch.cern.hbase:hbase-resource-bundle:2.1.3_1'
// https://jarcasting.com/artifacts/ch.cern.hbase/hbase-resource-bundle/
implementation ("ch.cern.hbase:hbase-resource-bundle:2.1.3_1")
'ch.cern.hbase:hbase-resource-bundle:jar:2.1.3_1'
<dependency org="ch.cern.hbase" name="hbase-resource-bundle" rev="2.1.3_1">
<artifact name="hbase-resource-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.hbase', module='hbase-resource-bundle', version='2.1.3_1')
)
libraryDependencies += "ch.cern.hbase" % "hbase-resource-bundle" % "2.1.3_1"
[ch.cern.hbase/hbase-resource-bundle "2.1.3_1"]