is not current version
Last Version 1.2.2

com.tngtech.jgiven:jgiven-testng 0.5.4


Categories

Categories

TestNG Unit Testing
GroupId

GroupId

com.tngtech.jgiven
ArtifactId

ArtifactId

jgiven-testng
Version

Version

0.5.4
Type

Type

jar

Download jgiven-testng 0.5.4


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