| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.apache.phoenix | 
| ArtifactId | ArtifactIdphoenix-server-client | 
| Last Version | Last Version4.7.0-HBase-1.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionPhoenix Query Server Client A thin JDBC client for interacting with the query server | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-server-client/ -->
<dependency>
    <groupId>org.apache.phoenix</groupId>
    <artifactId>phoenix-server-client</artifactId>
    <version>4.7.0-HBase-1.1</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-server-client/
implementation 'org.apache.phoenix:phoenix-server-client:4.7.0-HBase-1.1'// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-server-client/
implementation ("org.apache.phoenix:phoenix-server-client:4.7.0-HBase-1.1")'org.apache.phoenix:phoenix-server-client:jar:4.7.0-HBase-1.1'<dependency org="org.apache.phoenix" name="phoenix-server-client" rev="4.7.0-HBase-1.1">
  <artifact name="phoenix-server-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.phoenix', module='phoenix-server-client', version='4.7.0-HBase-1.1')
)libraryDependencies += "org.apache.phoenix" % "phoenix-server-client" % "4.7.0-HBase-1.1"[org.apache.phoenix/phoenix-server-client "4.7.0-HBase-1.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.calcite : calcite-avatica | jar | 1.6.0 | 
| sqlline : sqlline | jar | 1.1.8 |