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