GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-root |
Version | Version339 |
Type | Typepom |
Filename | Size |
---|---|
presto-root-339.pom | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-root/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-root</artifactId>
<version>339</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-root/
implementation 'io.prestosql:presto-root:339'
// https://jarcasting.com/artifacts/io.prestosql/presto-root/
implementation ("io.prestosql:presto-root:339")
'io.prestosql:presto-root:pom:339'
<dependency org="io.prestosql" name="presto-root" rev="339">
<artifact name="presto-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-root', version='339')
)
libraryDependencies += "io.prestosql" % "presto-root" % "339"
[io.prestosql/presto-root "339"]