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