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