Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.phoenix |
ArtifactId | ArtifactIdphoenix-client |
Version | Version4.14.2-HBase-1.3 |
Type | Typejar |
Filename | Size |
---|---|
phoenix-client-4.14.2-HBase-1.3.pom | |
phoenix-client-4.14.2-HBase-1.3.jar | 98 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-client/ -->
<dependency>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-client</artifactId>
<version>4.14.2-HBase-1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-client/
implementation 'org.apache.phoenix:phoenix-client:4.14.2-HBase-1.3'
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-client/
implementation ("org.apache.phoenix:phoenix-client:4.14.2-HBase-1.3")
'org.apache.phoenix:phoenix-client:jar:4.14.2-HBase-1.3'
<dependency org="org.apache.phoenix" name="phoenix-client" rev="4.14.2-HBase-1.3">
<artifact name="phoenix-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.phoenix', module='phoenix-client', version='4.14.2-HBase-1.3')
)
libraryDependencies += "org.apache.phoenix" % "phoenix-client" % "4.14.2-HBase-1.3"
[org.apache.phoenix/phoenix-client "4.14.2-HBase-1.3"]