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