GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-orc |
Version | Version348 |
Type | Typejar |
Filename | Size |
---|---|
presto-orc-348.pom | |
presto-orc-348.jar | 508 KB |
presto-orc-348-tests.jar | 758 KB |
presto-orc-348-test-sources.jar | 447 KB |
presto-orc-348-sources.jar | 294 KB |
presto-orc-348-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-orc/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-orc</artifactId>
<version>348</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-orc/
implementation 'io.prestosql:presto-orc:348'
// https://jarcasting.com/artifacts/io.prestosql/presto-orc/
implementation ("io.prestosql:presto-orc:348")
'io.prestosql:presto-orc:jar:348'
<dependency org="io.prestosql" name="presto-orc" rev="348">
<artifact name="presto-orc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-orc', version='348')
)
libraryDependencies += "io.prestosql" % "presto-orc" % "348"
[io.prestosql/presto-orc "348"]