p

presto-local-file

Presto - Local File Connector
Files download
File Operation
presto-local-file-1.9.0.jar download
presto-local-file-1.9.0.pom download
presto-local-file-1.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.hetu.core</groupId>
  <artifactId>presto-local-file</artifactId>
  <version>1.9.0</version>
  <type>hetu-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.hetu.core:presto-local-file:1.9.0'
Gradle Kotlin
implementation("io.hetu.core:presto-local-file:1.9.0")
Scala SBT
libraryDependencies += "io.hetu.core" % "presto-local-file" % "1.9.0"
Groovy Grape
@Grapes(
  @Grab(group='io.hetu.core', module='presto-local-file', version='1.9.0')
)
Apache Ivy
<dependency org="io.hetu.core" name="presto-local-file" rev="1.9.0" />
Leiningen
[io.hetu.core/presto-local-file "1.9.0"]
Apache Buildr
'io.hetu.core:presto-local-file:jar:1.9.0'