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