Files download
File Operation
parquet-sql-0.9.jar download
parquet-sql-0.9.pom download
parquet-sql-0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.anthorx</groupId>
  <artifactId>parquet-sql</artifactId>
  <version>0.9</version>
</dependency>
Gradle Groovy
implementation 'io.github.anthorx:parquet-sql:0.9'
Gradle Kotlin
implementation("io.github.anthorx:parquet-sql:0.9")
Scala SBT
libraryDependencies += "io.github.anthorx" % "parquet-sql" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='io.github.anthorx', module='parquet-sql', version='0.9')
)
Apache Ivy
<dependency org="io.github.anthorx" name="parquet-sql" rev="0.9" />
Leiningen
[io.github.anthorx/parquet-sql "0.9"]
Apache Buildr
'io.github.anthorx:parquet-sql:jar:0.9'