is not current version
Last Version 0.11-RELEASE

io.github.anthorx:parquet-sql 0.9

A library to convert SQL ResultSet to Parquet and vice versa

Categories

Categories

Ant Build Tools
GroupId

GroupId

io.github.anthorx
ArtifactId

ArtifactId

parquet-sql
Version

Version

0.9
Type

Type

jar

Download parquet-sql 0.9


<!-- https://jarcasting.com/artifacts/io.github.anthorx/parquet-sql/ -->
<dependency>
    <groupId>io.github.anthorx</groupId>
    <artifactId>parquet-sql</artifactId>
    <version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.anthorx/parquet-sql/
implementation 'io.github.anthorx:parquet-sql:0.9'
// https://jarcasting.com/artifacts/io.github.anthorx/parquet-sql/
implementation ("io.github.anthorx:parquet-sql:0.9")
'io.github.anthorx:parquet-sql:jar:0.9'
<dependency org="io.github.anthorx" name="parquet-sql" rev="0.9">
  <artifact name="parquet-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.anthorx', module='parquet-sql', version='0.9')
)
libraryDependencies += "io.github.anthorx" % "parquet-sql" % "0.9"
[io.github.anthorx/parquet-sql "0.9"]