License |
License |
---|---|
GroupId | GroupIdorg.apache.pinot |
ArtifactId | ArtifactIdpinot-s3 |
Last Version | Last Version0.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPinot Amazon S3
A realtime distributed OLAP datastore
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
pinot-s3-0.10.0.pom | |
pinot-s3-0.10.0.jar | 18 KB |
pinot-s3-0.10.0-tests.jar | 17 KB |
pinot-s3-0.10.0-sources.jar | 13 KB |
pinot-s3-0.10.0-shaded.jar | 24 MB |
pinot-s3-0.10.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.pinot/pinot-s3/ -->
<dependency>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-s3</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-s3/
implementation 'org.apache.pinot:pinot-s3:0.10.0'
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-s3/
implementation ("org.apache.pinot:pinot-s3:0.10.0")
'org.apache.pinot:pinot-s3:jar:0.10.0'
<dependency org="org.apache.pinot" name="pinot-s3" rev="0.10.0">
<artifact name="pinot-s3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.pinot', module='pinot-s3', version='0.10.0')
)
libraryDependencies += "org.apache.pinot" % "pinot-s3" % "0.10.0"
[org.apache.pinot/pinot-s3 "0.10.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-configuration : commons-configuration | jar | 1.10 |
org.apache.pinot : pinot-spi | jar | 0.10.0 |
software.amazon.awssdk : s3 | jar | 2.14.28 |
software.amazon.awssdk : sts | jar | 2.14.28 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.apache.httpcomponents : httpcore | jar | 4.4.13 |
org.reactivestreams : reactive-streams | jar | 1.0.3 |
io.netty : netty-codec | jar | 4.1.54.Final |
io.netty : netty-buffer | jar | 4.1.54.Final |
io.netty : netty-transport | jar | 4.1.54.Final |
io.netty : netty-common | jar | 4.1.54.Final |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
com.adobe.testing : s3mock-testng | jar | 2.1.19 |
org.mockito : mockito-core | jar | 3.9.0 |
org.testng : testng | jar | 6.11 |