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