GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-orc |
Version | Version339 |
Type | Typejar |
Filename | Size |
---|---|
presto-orc-339.pom | |
presto-orc-339.jar | 485 KB |
presto-orc-339-tests.jar | 732 KB |
presto-orc-339-test-sources.jar | 433 KB |
presto-orc-339-sources.jar | 283 KB |
presto-orc-339-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-orc/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-orc</artifactId>
<version>339</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-orc/
implementation 'io.prestosql:presto-orc:339'
// https://jarcasting.com/artifacts/io.prestosql/presto-orc/
implementation ("io.prestosql:presto-orc:339")
'io.prestosql:presto-orc:jar:339'
<dependency org="io.prestosql" name="presto-orc" rev="339">
<artifact name="presto-orc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-orc', version='339')
)
libraryDependencies += "io.prestosql" % "presto-orc" % "339"
[io.prestosql/presto-orc "339"]