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