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