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