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