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