License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdorg.apache.pinot |
ArtifactId | ArtifactIdpinot-java-client |
Version | Version0.8.0 |
Type | Typejar |
Description |
DescriptionPinot Java Client
A realtime distributed OLAP datastore
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
pinot-java-client-0.8.0.pom | |
pinot-java-client-0.8.0.jar | 42 KB |
pinot-java-client-0.8.0-tests.jar | 35 KB |
pinot-java-client-0.8.0-sources.jar | 38 KB |
pinot-java-client-0.8.0-javadoc.jar | 476 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.pinot/pinot-java-client/ -->
<dependency>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-java-client</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-java-client/
implementation 'org.apache.pinot:pinot-java-client:0.8.0'
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-java-client/
implementation ("org.apache.pinot:pinot-java-client:0.8.0")
'org.apache.pinot:pinot-java-client:jar:0.8.0'
<dependency org="org.apache.pinot" name="pinot-java-client" rev="0.8.0">
<artifact name="pinot-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.pinot', module='pinot-java-client', version='0.8.0')
)
libraryDependencies += "org.apache.pinot" % "pinot-java-client" % "0.8.0"
[org.apache.pinot/pinot-java-client "0.8.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
com.ning : async-http-client | jar | 1.9.21 |
io.netty : netty | jar | 3.9.6.Final |
com.101tec : zkclient | jar | 0.7 |
org.slf4j : slf4j-api | jar | 1.7.25 |
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.pinot : pinot-spi | jar | 0.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.11 |
org.mockito : mockito-core | jar | 3.9.0 |