License |
License |
---|---|
GroupId | GroupIdorg.apache.phoenix |
ArtifactId | ArtifactIdphoenix-tools |
Last Version | Last Version5.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA SQL layer over HBase
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
phoenix-tools-5.1.2.pom | |
phoenix-tools-5.1.2.jar | 24 KB |
phoenix-tools-5.1.2-tests.jar | 26 KB |
phoenix-tools-5.1.2-sources.jar | 18 KB |
phoenix-tools-5.1.2-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-tools/ -->
<dependency>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-tools</artifactId>
<version>5.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-tools/
implementation 'org.apache.phoenix:phoenix-tools:5.1.2'
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-tools/
implementation ("org.apache.phoenix:phoenix-tools:5.1.2")
'org.apache.phoenix:phoenix-tools:jar:5.1.2'
<dependency org="org.apache.phoenix" name="phoenix-tools" rev="5.1.2">
<artifact name="phoenix-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.phoenix', module='phoenix-tools', version='5.1.2')
)
libraryDependencies += "org.apache.phoenix" % "phoenix-tools" % "5.1.2"
[org.apache.phoenix/phoenix-tools "5.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.phoenix : phoenix-core | jar | 5.1.2 |
org.apache.hbase : hbase-common | jar | ${hbase.version} |
org.apache.hbase : hbase-client | jar | ${hbase.version} |
org.apache.hadoop : hadoop-common | jar | 3.1.4 |
org.apache.phoenix.thirdparty : phoenix-shaded-guava | jar | 1.1.0 |
org.apache.commons : commons-lang3 | jar | 3.8 |
org.apache.phoenix.thirdparty : phoenix-shaded-commons-cli | jar | 1.1.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.phoenix : phoenix-core | test-jar | 5.1.2 |
org.apache.phoenix » phoenix-hbase-compat-${hbase.compat.version} Optional | jar | |
org.apache.hbase : hbase-it | test-jar | ${hbase.version} |
junit : junit | jar | 4.13 |