GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-orc |
Version | Version311 |
Type | Typejar |
Filename | Size |
---|---|
presto-orc-311.pom | |
presto-orc-311.jar | 459 KB |
presto-orc-311-tests.jar | 727 KB |
presto-orc-311-test-sources.jar | 430 KB |
presto-orc-311-sources.jar | 270 KB |
presto-orc-311-javadoc.jar | 925 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-orc/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-orc</artifactId>
<version>311</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-orc/
implementation 'io.prestosql:presto-orc:311'
// https://jarcasting.com/artifacts/io.prestosql/presto-orc/
implementation ("io.prestosql:presto-orc:311")
'io.prestosql:presto-orc:jar:311'
<dependency org="io.prestosql" name="presto-orc" rev="311">
<artifact name="presto-orc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-orc', version='311')
)
libraryDependencies += "io.prestosql" % "presto-orc" % "311"
[io.prestosql/presto-orc "311"]