License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdio.github.anthorx |
ArtifactId | ArtifactIdparquet-sql |
Last Version | Last Version0.11-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParquet SQL
A library to convert SQL ResultSet to Parquet and vice versa
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parquet-sql-0.11-RELEASE.pom | |
parquet-sql-0.11-RELEASE.jar | 64 KB |
parquet-sql-0.11-RELEASE-sources.jar | 41 KB |
parquet-sql-0.11-RELEASE-javadoc.jar | 262 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.anthorx/parquet-sql/ -->
<dependency>
<groupId>io.github.anthorx</groupId>
<artifactId>parquet-sql</artifactId>
<version>0.11-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.anthorx/parquet-sql/
implementation 'io.github.anthorx:parquet-sql:0.11-RELEASE'
// https://jarcasting.com/artifacts/io.github.anthorx/parquet-sql/
implementation ("io.github.anthorx:parquet-sql:0.11-RELEASE")
'io.github.anthorx:parquet-sql:jar:0.11-RELEASE'
<dependency org="io.github.anthorx" name="parquet-sql" rev="0.11-RELEASE">
<artifact name="parquet-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.anthorx', module='parquet-sql', version='0.11-RELEASE')
)
libraryDependencies += "io.github.anthorx" % "parquet-sql" % "0.11-RELEASE"
[io.github.anthorx/parquet-sql "0.11-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.parquet : parquet-hadoop | jar | 1.12.0 |
org.apache.hadoop : hadoop-core | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 2.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
org.mockito : mockito-core | jar | 3.8.0 |
org.mockito : mockito-junit-jupiter | jar | 3.8.0 |
com.h2database : h2 | jar | 1.4.200 |