文件下载
文件名 操作
pinot-segment-local-0.11.0.jar 下载
pinot-segment-local-0.11.0.pom 下载
pinot-segment-local-0.11.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.pinot</groupId>
  <artifactId>pinot-segment-local</artifactId>
  <version>0.11.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.pinot:pinot-segment-local:0.11.0'
Gradle Kotlin
implementation("org.apache.pinot:pinot-segment-local:0.11.0")
Scala SBT
libraryDependencies += "org.apache.pinot" % "pinot-segment-local" % "0.11.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.pinot', module='pinot-segment-local', version='0.11.0')
)
Apache Ivy
<dependency org="org.apache.pinot" name="pinot-segment-local" rev="0.11.0" />
Leiningen
[org.apache.pinot/pinot-segment-local "0.11.0"]
Apache Buildr
'org.apache.pinot:pinot-segment-local:jar:0.11.0'