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