| GroupId | GroupIdcom.facebook.presto |
|---|---|
| ArtifactId | ArtifactIdpresto-main |
| Version | Version0.144.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| presto-main-0.144.2.pom | |
| presto-main-0.144.2.jar | 4 MB |
| presto-main-0.144.2-tests.jar | 1 MB |
| presto-main-0.144.2-test-sources.jar | 510 KB |
| presto-main-0.144.2-sources.jar | 3 MB |
| presto-main-0.144.2-javadoc.jar | 5 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.presto/presto-main/ -->
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-main</artifactId>
<version>0.144.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-main/
implementation 'com.facebook.presto:presto-main:0.144.2'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-main/
implementation ("com.facebook.presto:presto-main:0.144.2")
'com.facebook.presto:presto-main:jar:0.144.2'
<dependency org="com.facebook.presto" name="presto-main" rev="0.144.2">
<artifact name="presto-main" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-main', version='0.144.2')
)
libraryDependencies += "com.facebook.presto" % "presto-main" % "0.144.2"
[com.facebook.presto/presto-main "0.144.2"]