parquet-plus

一个增强parquet文件方便读写的工具类

License

License

GroupId

GroupId

com.github.hwywl
ArtifactId

ArtifactId

parquet-plus
Last Version

Last Version

1.0.3-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

parquet-plus
一个增强parquet文件方便读写的工具类
Project URL

Project URL

https://github.com/HWYWL/parquet-plus
Source Code Management

Source Code Management

https://github.com/HWYWL/parquet-plus

Download parquet-plus

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.hadoop : hadoop-client jar 3.3.1
org.apache.parquet : parquet-column jar 1.12.0
org.apache.parquet : parquet-hadoop jar 1.12.0
org.apache.parquet : parquet-avro jar 1.12.0
cn.hutool : hutool-all jar 5.7.11

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3-RELEASE
1.0.2-RELEASE
1.0.1-RELEASE