License |
License |
---|---|
GroupId | GroupIdorg.apache.pinot |
ArtifactId | ArtifactIdpinot-file-system |
Version | Version0.9.0 |
Type | Typepom |
Description |
DescriptionPluggable Pinot file system
A realtime distributed OLAP datastore
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
pinot-file-system-0.9.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.pinot/pinot-file-system/ -->
<dependency>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-file-system</artifactId>
<version>0.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-file-system/
implementation 'org.apache.pinot:pinot-file-system:0.9.0'
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-file-system/
implementation ("org.apache.pinot:pinot-file-system:0.9.0")
'org.apache.pinot:pinot-file-system:pom:0.9.0'
<dependency org="org.apache.pinot" name="pinot-file-system" rev="0.9.0">
<artifact name="pinot-file-system" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.pinot', module='pinot-file-system', version='0.9.0')
)
libraryDependencies += "org.apache.pinot" % "pinot-file-system" % "0.9.0"
[org.apache.pinot/pinot-file-system "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.pinot : pinot-spi | jar | 0.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.9.0 |
org.testng : testng | jar | 6.11 |