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