<dependency>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-jdbc-client</artifactId>
<version>0.11.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.pinot', module='pinot-jdbc-client', version='0.11.0')
)
<parent> <groupId>org.apache.pinot</groupId> <artifactId>pinot-clients</artifactId> <version>0.11.0</version> </parent>
compile
|-- org.apache.pinot:pinot-java-client
|-- org.apache.pinot:pinot-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.asynchttpclient:async-http-client
|-- com.google.code.findbugs:jsr305
test