GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-spi |
Version | Version319 |
Type | Typejar |
Filename | Size |
---|---|
presto-spi-319.pom | |
presto-spi-319.jar | 580 KB |
presto-spi-319-tests.jar | 167 KB |
presto-spi-319-test-sources.jar | 99 KB |
presto-spi-319-sources.jar | 430 KB |
presto-spi-319-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-spi/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-spi</artifactId>
<version>319</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-spi/
implementation 'io.prestosql:presto-spi:319'
// https://jarcasting.com/artifacts/io.prestosql/presto-spi/
implementation ("io.prestosql:presto-spi:319")
'io.prestosql:presto-spi:jar:319'
<dependency org="io.prestosql" name="presto-spi" rev="319">
<artifact name="presto-spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-spi', version='319')
)
libraryDependencies += "io.prestosql" % "presto-spi" % "319"
[io.prestosql/presto-spi "319"]