GroupId | GroupIdorg.apache.phoenix |
---|---|
ArtifactId | ArtifactIdphoenix-pherf |
Version | Version4.16.1 |
Type | Typejar |
Filename | Size |
---|---|
phoenix-pherf-4.16.1.pom | |
phoenix-pherf-4.16.1.jar | 5 MB |
phoenix-pherf-4.16.1-tests.jar | 78 KB |
phoenix-pherf-4.16.1-sources.jar | 121 KB |
phoenix-pherf-4.16.1-javadoc.jar | 453 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-pherf/ -->
<dependency>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-pherf</artifactId>
<version>4.16.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-pherf/
implementation 'org.apache.phoenix:phoenix-pherf:4.16.1'
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-pherf/
implementation ("org.apache.phoenix:phoenix-pherf:4.16.1")
'org.apache.phoenix:phoenix-pherf:jar:4.16.1'
<dependency org="org.apache.phoenix" name="phoenix-pherf" rev="4.16.1">
<artifact name="phoenix-pherf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.phoenix', module='phoenix-pherf', version='4.16.1')
)
libraryDependencies += "org.apache.phoenix" % "phoenix-pherf" % "4.16.1"
[org.apache.phoenix/phoenix-pherf "4.16.1"]