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