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