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