| Категории |
КатегорииTestNG Тестирование компонентов |
|---|---|
| Группа | Группаio.prestosql |
| Идентификатор | Идентификаторpresto-testng-services |
| Версия | Версия342 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-testng-services/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-testng-services</artifactId>
<version>342</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-testng-services/
implementation 'io.prestosql:presto-testng-services:342'
// https://jarcasting.com/artifacts/io.prestosql/presto-testng-services/
implementation ("io.prestosql:presto-testng-services:342")
'io.prestosql:presto-testng-services:jar:342'
<dependency org="io.prestosql" name="presto-testng-services" rev="342">
<artifact name="presto-testng-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-testng-services', version='342')
)
libraryDependencies += "io.prestosql" % "presto-testng-services" % "342"
[io.prestosql/presto-testng-services "342"]