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