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