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