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