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