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