GroupId | GroupIdorg.apache.hbase |
---|---|
ArtifactId | ArtifactIdhbase-prefix-tree |
Version | Version1.3.6 |
Type | Typejar |
Filename | Size |
---|---|
hbase-prefix-tree-1.3.6.pom | |
hbase-prefix-tree-1.3.6.jar | 99 KB |
hbase-prefix-tree-1.3.6-tests.jar | 79 KB |
hbase-prefix-tree-1.3.6-sources.jar | 88 KB |
hbase-prefix-tree-1.3.6-javadoc.jar | 381 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase-prefix-tree/ -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-prefix-tree</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-prefix-tree/
implementation 'org.apache.hbase:hbase-prefix-tree:1.3.6'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-prefix-tree/
implementation ("org.apache.hbase:hbase-prefix-tree:1.3.6")
'org.apache.hbase:hbase-prefix-tree:jar:1.3.6'
<dependency org="org.apache.hbase" name="hbase-prefix-tree" rev="1.3.6">
<artifact name="hbase-prefix-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-prefix-tree', version='1.3.6')
)
libraryDependencies += "org.apache.hbase" % "hbase-prefix-tree" % "1.3.6"
[org.apache.hbase/hbase-prefix-tree "1.3.6"]