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