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