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