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