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