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