не последняя версия
Последняя версия 1.2.2

com.tngtech.jgiven:jgiven-testng 0.9.2

Module to write JGiven tests with TestNG

Категории

Категории

TestNG Тестирование компонентов
Группа

Группа

com.tngtech.jgiven
Идентификатор

Идентификатор

jgiven-testng
Версия

Версия

0.9.2
Тип

Тип

jar

Скачать jgiven-testng 0.9.2


<!-- https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-testng/ -->
<dependency>
    <groupId>com.tngtech.jgiven</groupId>
    <artifactId>jgiven-testng</artifactId>
    <version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-testng/
implementation 'com.tngtech.jgiven:jgiven-testng:0.9.2'
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-testng/
implementation ("com.tngtech.jgiven:jgiven-testng:0.9.2")
'com.tngtech.jgiven:jgiven-testng:jar:0.9.2'
<dependency org="com.tngtech.jgiven" name="jgiven-testng" rev="0.9.2">
  <artifact name="jgiven-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-testng', version='0.9.2')
)
libraryDependencies += "com.tngtech.jgiven" % "jgiven-testng" % "0.9.2"
[com.tngtech.jgiven/jgiven-testng "0.9.2"]