is not current version
Last Version 0.273.3

com.facebook.presto:presto-main 0.94


GroupId

GroupId

com.facebook.presto
ArtifactId

ArtifactId

presto-main
Version

Version

0.94
Type

Type

jar

Download presto-main 0.94


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