p

presto-testng-services

文件下载
文件名 操作
presto-testng-services-0.278.1.jar 下载
presto-testng-services-0.278.1.pom 下载
presto-testng-services-0.278.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.facebook.presto</groupId>
  <artifactId>presto-testng-services</artifactId>
  <version>0.278.1</version>
</dependency>
Gradle Groovy
implementation 'com.facebook.presto:presto-testng-services:0.278.1'
Gradle Kotlin
implementation("com.facebook.presto:presto-testng-services:0.278.1")
Scala SBT
libraryDependencies += "com.facebook.presto" % "presto-testng-services" % "0.278.1"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.presto', module='presto-testng-services', version='0.278.1')
)
Apache Ivy
<dependency org="com.facebook.presto" name="presto-testng-services" rev="0.278.1" />
Leiningen
[com.facebook.presto/presto-testng-services "0.278.1"]
Apache Buildr
'com.facebook.presto:presto-testng-services:jar:0.278.1'