| Группа | Группаio.prestosql |
|---|---|
| Идентификатор | Идентификаторpresto-rcfile |
| Версия | Версия342 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| presto-rcfile-342.pom | |
| presto-rcfile-342.jar | 127 KB |
| presto-rcfile-342-tests.jar | 44 KB |
| presto-rcfile-342-test-sources.jar | 20 KB |
| presto-rcfile-342-sources.jar | 83 KB |
| presto-rcfile-342-javadoc.jar | 706 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-rcfile/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-rcfile</artifactId>
<version>342</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-rcfile/
implementation 'io.prestosql:presto-rcfile:342'
// https://jarcasting.com/artifacts/io.prestosql/presto-rcfile/
implementation ("io.prestosql:presto-rcfile:342")
'io.prestosql:presto-rcfile:jar:342'
<dependency org="io.prestosql" name="presto-rcfile" rev="342">
<artifact name="presto-rcfile" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-rcfile', version='342')
)
libraryDependencies += "io.prestosql" % "presto-rcfile" % "342"
[io.prestosql/presto-rcfile "342"]