License |
License |
---|---|
GroupId | GroupIdorg.apache.pinot |
ArtifactId | ArtifactIdpinot-segment-spi |
Last Version | Last Version0.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPinot Segment Service Provider Interface
A realtime distributed OLAP datastore
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
pinot-segment-spi-0.10.0.pom | |
pinot-segment-spi-0.10.0.jar | 128 KB |
pinot-segment-spi-0.10.0-tests.jar | 28 KB |
pinot-segment-spi-0.10.0-sources.jar | 121 KB |
pinot-segment-spi-0.10.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.pinot/pinot-segment-spi/ -->
<dependency>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-segment-spi</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-segment-spi/
implementation 'org.apache.pinot:pinot-segment-spi:0.10.0'
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-segment-spi/
implementation ("org.apache.pinot:pinot-segment-spi:0.10.0")
'org.apache.pinot:pinot-segment-spi:jar:0.10.0'
<dependency org="org.apache.pinot" name="pinot-segment-spi" rev="0.10.0">
<artifact name="pinot-segment-spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.pinot', module='pinot-segment-spi', version='0.10.0')
)
libraryDependencies += "org.apache.pinot" % "pinot-segment-spi" % "0.10.0"
[org.apache.pinot/pinot-segment-spi "0.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.pinot : pinot-spi | jar | 0.10.0 |
org.roaringbitmap : RoaringBitmap | jar | 0.9.25 |
it.unimi.dsi : fastutil | jar | 8.2.3 |
org.locationtech.jts : jts-core | jar | 1.16.1 |
org.xerial.larray : larray-mmap | jar | 0.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.11 |
org.mockito : mockito-core | jar | 3.9.0 |