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