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