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