License |
License |
---|---|
GroupId | GroupIdorg.apache.pinot |
ArtifactId | ArtifactIdpinot-spi |
Last Version | Last Version0.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPinot Service Provider Interface
A realtime distributed OLAP datastore
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
pinot-spi-0.10.0.pom | |
pinot-spi-0.10.0.jar | 186 KB |
pinot-spi-0.10.0-tests.jar | 45 KB |
pinot-spi-0.10.0-sources.jar | 165 KB |
pinot-spi-0.10.0-javadoc.jar | 846 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.pinot/pinot-spi/ -->
<dependency>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-spi</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-spi/
implementation 'org.apache.pinot:pinot-spi:0.10.0'
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-spi/
implementation ("org.apache.pinot:pinot-spi:0.10.0")
'org.apache.pinot:pinot-spi:jar:0.10.0'
<dependency org="org.apache.pinot" name="pinot-spi" rev="0.10.0">
<artifact name="pinot-spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.pinot', module='pinot-spi', version='0.10.0')
)
libraryDependencies += "org.apache.pinot" % "pinot-spi" % "0.10.0"
[org.apache.pinot/pinot-spi "0.10.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-configuration : commons-configuration | jar | 1.10 |
commons-codec : commons-codec | jar | 1.15 |
commons-io : commons-io | jar | 2.11.0 |
commons-lang : commons-lang | jar | 2.6 |
commons-logging : commons-logging | jar | 1.2 |
org.apache.commons : commons-lang3 | jar | 3.5 |
commons-collections : commons-collections | jar | 3.2.2 |
com.google.guava : guava | jar | 20.0 |
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.1 |
com.lmax : disruptor | jar | 3.3.4 |
org.apache.logging.log4j : log4j-1.2-api | jar | 2.17.1 |
joda-time : joda-time | jar | 2.10.5 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.0 |
org.yaml : snakeyaml | jar | 1.30 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
org.apache.avro : avro | jar | 1.9.2 |
org.codehaus.groovy : groovy-all | jar | 2.4.21 |
org.reflections : reflections | jar | 0.9.9 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.11 |