License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdio.github.anthorx |
ArtifactId | ArtifactIdparquet-sql |
Version | Version0.2 |
Type | Typejar |
Description |
DescriptionParquet SQL
A library to convert SQL ResultSet to Parquet
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parquet-sql-0.2.pom | |
parquet-sql-0.2.jar | 28 KB |
parquet-sql-0.2-sources.jar | 18 KB |
parquet-sql-0.2-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.anthorx/parquet-sql/ -->
<dependency>
<groupId>io.github.anthorx</groupId>
<artifactId>parquet-sql</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.anthorx/parquet-sql/
implementation 'io.github.anthorx:parquet-sql:0.2'
// https://jarcasting.com/artifacts/io.github.anthorx/parquet-sql/
implementation ("io.github.anthorx:parquet-sql:0.2")
'io.github.anthorx:parquet-sql:jar:0.2'
<dependency org="io.github.anthorx" name="parquet-sql" rev="0.2">
<artifact name="parquet-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.anthorx', module='parquet-sql', version='0.2')
)
libraryDependencies += "io.github.anthorx" % "parquet-sql" % "0.2"
[io.github.anthorx/parquet-sql "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.parquet : parquet-hadoop | jar | 1.11.0 |
org.apache.hadoop : hadoop-core | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
org.hamcrest : hamcrest-library | jar | 2.2 |