| Группа | Группаcom.facebook.presto |
|---|---|
| Идентификатор | Идентификаторpresto-hive |
| Версия | Версия0.152.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| presto-hive-0.152.3.pom | |
| presto-hive-0.152.3.jar | 578 KB |
| presto-hive-0.152.3-tests.jar | 284 KB |
| presto-hive-0.152.3-test-sources.jar | 125 KB |
| presto-hive-0.152.3-sources.jar | 310 KB |
| presto-hive-0.152.3-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.152.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-hive/
implementation 'com.facebook.presto:presto-hive:0.152.3'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-hive/
implementation ("com.facebook.presto:presto-hive:0.152.3")
'com.facebook.presto:presto-hive:jar:0.152.3'
<dependency org="com.facebook.presto" name="presto-hive" rev="0.152.3">
<artifact name="presto-hive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-hive', version='0.152.3')
)
libraryDependencies += "com.facebook.presto" % "presto-hive" % "0.152.3"
[com.facebook.presto/presto-hive "0.152.3"]