| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаio.github.anthorx |
| Идентификатор | Идентификаторparquet-sql |
| Версия | Версия0.10-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| parquet-sql-0.10-RELEASE.pom | |
| parquet-sql-0.10-RELEASE.jar | 64 KB |
| parquet-sql-0.10-RELEASE-sources.jar | 41 KB |
| parquet-sql-0.10-RELEASE-javadoc.jar | 267 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.anthorx/parquet-sql/ -->
<dependency>
<groupId>io.github.anthorx</groupId>
<artifactId>parquet-sql</artifactId>
<version>0.10-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.anthorx/parquet-sql/
implementation 'io.github.anthorx:parquet-sql:0.10-RELEASE'
// https://jarcasting.com/artifacts/io.github.anthorx/parquet-sql/
implementation ("io.github.anthorx:parquet-sql:0.10-RELEASE")
'io.github.anthorx:parquet-sql:jar:0.10-RELEASE'
<dependency org="io.github.anthorx" name="parquet-sql" rev="0.10-RELEASE">
<artifact name="parquet-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.anthorx', module='parquet-sql', version='0.10-RELEASE')
)
libraryDependencies += "io.github.anthorx" % "parquet-sql" % "0.10-RELEASE"
[io.github.anthorx/parquet-sql "0.10-RELEASE"]