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