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