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