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