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