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