is not current version
Last Version 0.273.3

com.facebook.presto:presto-spi 0.57


GroupId

GroupId

com.facebook.presto
ArtifactId

ArtifactId

presto-spi
Version

Version

0.57
Type

Type

jar

Download presto-spi 0.57


<!-- https://jarcasting.com/artifacts/com.facebook.presto/presto-spi/ -->
<dependency>
    <groupId>com.facebook.presto</groupId>
    <artifactId>presto-spi</artifactId>
    <version>0.57</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-spi/
implementation 'com.facebook.presto:presto-spi:0.57'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-spi/
implementation ("com.facebook.presto:presto-spi:0.57")
'com.facebook.presto:presto-spi:jar:0.57'
<dependency org="com.facebook.presto" name="presto-spi" rev="0.57">
  <artifact name="presto-spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-spi', version='0.57')
)
libraryDependencies += "com.facebook.presto" % "presto-spi" % "0.57"
[com.facebook.presto/presto-spi "0.57"]