p

presto-tests

Files download
File Operation
presto-tests-0.79.jar download
presto-tests-0.79.pom download
presto-tests-0.79-sources.jar download
Apache Maven
<dependency>
  <groupId>com.facebook.presto</groupId>
  <artifactId>presto-tests</artifactId>
  <version>0.79</version>
</dependency>
Gradle Groovy
implementation 'com.facebook.presto:presto-tests:0.79'
Gradle Kotlin
implementation("com.facebook.presto:presto-tests:0.79")
Scala SBT
libraryDependencies += "com.facebook.presto" % "presto-tests" % "0.79"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.presto', module='presto-tests', version='0.79')
)
Apache Ivy
<dependency org="com.facebook.presto" name="presto-tests" rev="0.79" />
Leiningen
[com.facebook.presto/presto-tests "0.79"]
Apache Buildr
'com.facebook.presto:presto-tests:jar:0.79'