GroupId | GroupIdorg.apache.hbase |
---|---|
ArtifactId | ArtifactIdhbase-prefix-tree |
Version | Version0.98.12-hadoop1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase-prefix-tree/ -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-prefix-tree</artifactId>
<version>0.98.12-hadoop1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-prefix-tree/
implementation 'org.apache.hbase:hbase-prefix-tree:0.98.12-hadoop1'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-prefix-tree/
implementation ("org.apache.hbase:hbase-prefix-tree:0.98.12-hadoop1")
'org.apache.hbase:hbase-prefix-tree:jar:0.98.12-hadoop1'
<dependency org="org.apache.hbase" name="hbase-prefix-tree" rev="0.98.12-hadoop1">
<artifact name="hbase-prefix-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-prefix-tree', version='0.98.12-hadoop1')
)
libraryDependencies += "org.apache.hbase" % "hbase-prefix-tree" % "0.98.12-hadoop1"
[org.apache.hbase/hbase-prefix-tree "0.98.12-hadoop1"]