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