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