| Группа | Группаcom.github.hwywl |
|---|---|
| Идентификатор | Идентификаторparquet-plus |
| Версия | Версия1.0.2-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| parquet-plus-1.0.2-RELEASE.pom | |
| parquet-plus-1.0.2-RELEASE.jar | 8 KB |
| parquet-plus-1.0.2-RELEASE-sources.jar | 3 KB |
| parquet-plus-1.0.2-RELEASE-javadoc.jar | 41 KB |
| Обзор |
<!-- 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"]