| GroupId | GroupIdorg.apache.pinot |
|---|---|
| ArtifactId | ArtifactIdpinot-hdfs |
| Version | Version0.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pinot-hdfs-0.6.0.pom | |
| pinot-hdfs-0.6.0.jar | 12 KB |
| pinot-hdfs-0.6.0-tests.jar | 9 KB |
| pinot-hdfs-0.6.0-sources.jar | 10 KB |
| pinot-hdfs-0.6.0-shaded.jar | 8 KB |
| pinot-hdfs-0.6.0-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.pinot/pinot-hdfs/ -->
<dependency>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-hdfs</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-hdfs/
implementation 'org.apache.pinot:pinot-hdfs:0.6.0'
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-hdfs/
implementation ("org.apache.pinot:pinot-hdfs:0.6.0")
'org.apache.pinot:pinot-hdfs:jar:0.6.0'
<dependency org="org.apache.pinot" name="pinot-hdfs" rev="0.6.0">
<artifact name="pinot-hdfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.pinot', module='pinot-hdfs', version='0.6.0')
)
libraryDependencies += "org.apache.pinot" % "pinot-hdfs" % "0.6.0"
[org.apache.pinot/pinot-hdfs "0.6.0"]