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