GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-hive |
Version | Version318 |
Type | Typejar |
Filename | Size |
---|---|
presto-hive-318.pom | |
presto-hive-318.jar | 1009 KB |
presto-hive-318-tests.jar | 581 KB |
presto-hive-318-test-sources.jar | 286 KB |
presto-hive-318-sources.jar | 503 KB |
presto-hive-318-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-hive/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-hive</artifactId>
<version>318</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-hive/
implementation 'io.prestosql:presto-hive:318'
// https://jarcasting.com/artifacts/io.prestosql/presto-hive/
implementation ("io.prestosql:presto-hive:318")
'io.prestosql:presto-hive:jar:318'
<dependency org="io.prestosql" name="presto-hive" rev="318">
<artifact name="presto-hive" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-hive', version='318')
)
libraryDependencies += "io.prestosql" % "presto-hive" % "318"
[io.prestosql/presto-hive "318"]