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