License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.phoenix |
ArtifactId | ArtifactIdphoenix-client |
Last Version | Last Version4.15.0-HBase-1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPhoenix Client
Phoenix Client
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-client/ -->
<dependency>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-client</artifactId>
<version>4.15.0-HBase-1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-client/
implementation 'org.apache.phoenix:phoenix-client:4.15.0-HBase-1.5'
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-client/
implementation ("org.apache.phoenix:phoenix-client:4.15.0-HBase-1.5")
'org.apache.phoenix:phoenix-client:jar:4.15.0-HBase-1.5'
<dependency org="org.apache.phoenix" name="phoenix-client" rev="4.15.0-HBase-1.5">
<artifact name="phoenix-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.phoenix', module='phoenix-client', version='4.15.0-HBase-1.5')
)
libraryDependencies += "org.apache.phoenix" % "phoenix-client" % "4.15.0-HBase-1.5"
[org.apache.phoenix/phoenix-client "4.15.0-HBase-1.5"]