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