GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-rcfile |
Version | Version300 |
Type | Typejar |
Filename | Size |
---|---|
presto-rcfile-300.pom | |
presto-rcfile-300.jar | 127 KB |
presto-rcfile-300-tests.jar | 47 KB |
presto-rcfile-300-test-sources.jar | 18 KB |
presto-rcfile-300-sources.jar | 79 KB |
presto-rcfile-300-javadoc.jar | 325 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-rcfile/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-rcfile</artifactId>
<version>300</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-rcfile/
implementation 'io.prestosql:presto-rcfile:300'
// https://jarcasting.com/artifacts/io.prestosql/presto-rcfile/
implementation ("io.prestosql:presto-rcfile:300")
'io.prestosql:presto-rcfile:jar:300'
<dependency org="io.prestosql" name="presto-rcfile" rev="300">
<artifact name="presto-rcfile" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-rcfile', version='300')
)
libraryDependencies += "io.prestosql" % "presto-rcfile" % "300"
[io.prestosql/presto-rcfile "300"]