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