<dependency>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-pherf</artifactId>
<version>4.13.0-HBase-0.98</version>
</dependency>
@Grapes(
@Grab(group='org.apache.phoenix', module='phoenix-pherf', version='4.13.0-HBase-0.98')
)
<parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> <version>4.13.0-HBase-0.98</version> </parent>
compile
|-- org.apache.phoenix:phoenix-core
|-- com.googlecode.java-diff-utils:diffutils:1.2.1
|-- org.apache.commons:commons-lang3:3.3.2
|-- org.apache.commons:commons-math3:3.3
|-- com.github.stefanbirkner:system-rules:1.8.0
test
|-- org.apache.phoenix:phoenix-core
|-- junit:junit
|-- org.hamcrest:hamcrest-junit:1.0.0.0
|-- org.apache.hbase:hbase-testing-util