p

presto-tests

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