| License |
License |
|---|---|
| Categories |
CategoriesJava Languages CLI User Interface |
| GroupId | GroupIdorg.apache.pinot |
| ArtifactId | ArtifactIdpinot-java-client |
| Last Version | Last Version0.10.0 |
| Release Date | Release Date |
| 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.10.0.pom | |
| pinot-java-client-0.10.0.jar | 39 KB |
| pinot-java-client-0.10.0-tests.jar | 22 KB |
| pinot-java-client-0.10.0-sources.jar | 36 KB |
| pinot-java-client-0.10.0-javadoc.jar | 87 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.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-java-client/
implementation 'org.apache.pinot:pinot-java-client:0.10.0'
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-java-client/
implementation ("org.apache.pinot:pinot-java-client:0.10.0")
'org.apache.pinot:pinot-java-client:jar:0.10.0'
<dependency org="org.apache.pinot" name="pinot-java-client" rev="0.10.0">
<artifact name="pinot-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.pinot', module='pinot-java-client', version='0.10.0')
)
libraryDependencies += "org.apache.pinot" % "pinot-java-client" % "0.10.0"
[org.apache.pinot/pinot-java-client "0.10.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
| org.asynchttpclient : async-http-client | jar | 2.12.3 |
| 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.10.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.11 |
| org.mockito : mockito-core | jar | 3.9.0 |