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