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