Categories |
CategoriesTestNG Unit Testing |
---|---|
GroupId | GroupIdio.prestosql |
ArtifactId | ArtifactIdpresto-testng-services |
Version | Version341 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-testng-services/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-testng-services</artifactId>
<version>341</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-testng-services/
implementation 'io.prestosql:presto-testng-services:341'
// https://jarcasting.com/artifacts/io.prestosql/presto-testng-services/
implementation ("io.prestosql:presto-testng-services:341")
'io.prestosql:presto-testng-services:jar:341'
<dependency org="io.prestosql" name="presto-testng-services" rev="341">
<artifact name="presto-testng-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-testng-services', version='341')
)
libraryDependencies += "io.prestosql" % "presto-testng-services" % "341"
[io.prestosql/presto-testng-services "341"]