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