не последняя версия
Последняя версия 1.0.3-RELEASE

com.github.hwywl:parquet-plus 1.0.2-RELEASE

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

Группа

Группа

com.github.hwywl
Идентификатор

Идентификатор

parquet-plus
Версия

Версия

1.0.2-RELEASE
Тип

Тип

jar

Скачать parquet-plus 1.0.2-RELEASE


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