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