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