GroupId | GroupIdorg.apache.phoenix |
---|---|
ArtifactId | ArtifactIdphoenix |
Version | Version4.14.0-HBase-1.4 |
Type | Typejar |
Filename | Size |
---|---|
phoenix-4.14.0-HBase-1.4.pom | 37 KB |
phoenix-4.14.0-HBase-1.4-tests.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.phoenix/phoenix/ -->
<dependency>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix</artifactId>
<version>4.14.0-HBase-1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix/
implementation 'org.apache.phoenix:phoenix:4.14.0-HBase-1.4'
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix/
implementation ("org.apache.phoenix:phoenix:4.14.0-HBase-1.4")
'org.apache.phoenix:phoenix:jar:4.14.0-HBase-1.4'
<dependency org="org.apache.phoenix" name="phoenix" rev="4.14.0-HBase-1.4">
<artifact name="phoenix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.phoenix', module='phoenix', version='4.14.0-HBase-1.4')
)
libraryDependencies += "org.apache.phoenix" % "phoenix" % "4.14.0-HBase-1.4"
[org.apache.phoenix/phoenix "4.14.0-HBase-1.4"]