GroupId | GroupIdorg.apache.hbase |
---|---|
ArtifactId | ArtifactIdhbase-prefix-tree |
Version | Version1.4.6 |
Type | Typejar |
Filename | Size |
---|---|
hbase-prefix-tree-1.4.6.pom | |
hbase-prefix-tree-1.4.6.jar | 100 KB |
hbase-prefix-tree-1.4.6-tests.jar | 80 KB |
hbase-prefix-tree-1.4.6-sources.jar | 92 KB |
hbase-prefix-tree-1.4.6-javadoc.jar | 380 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.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-prefix-tree/
implementation 'org.apache.hbase:hbase-prefix-tree:1.4.6'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-prefix-tree/
implementation ("org.apache.hbase:hbase-prefix-tree:1.4.6")
'org.apache.hbase:hbase-prefix-tree:jar:1.4.6'
<dependency org="org.apache.hbase" name="hbase-prefix-tree" rev="1.4.6">
<artifact name="hbase-prefix-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-prefix-tree', version='1.4.6')
)
libraryDependencies += "org.apache.hbase" % "hbase-prefix-tree" % "1.4.6"
[org.apache.hbase/hbase-prefix-tree "1.4.6"]