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