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