Categories |
CategoriesTestNG Unit Testing |
---|---|
GroupId | GroupIdcom.tngtech.jgiven |
ArtifactId | ArtifactIdjgiven-testng |
Version | Version0.14.0-RC3 |
Type | Typejar |
Filename | Size |
---|---|
jgiven-testng-0.14.0-RC3.pom | |
jgiven-testng-0.14.0-RC3.jar | 4 KB |
jgiven-testng-0.14.0-RC3-sources.jar | 3 KB |
jgiven-testng-0.14.0-RC3-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-testng/ -->
<dependency>
<groupId>com.tngtech.jgiven</groupId>
<artifactId>jgiven-testng</artifactId>
<version>0.14.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-testng/
implementation 'com.tngtech.jgiven:jgiven-testng:0.14.0-RC3'
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-testng/
implementation ("com.tngtech.jgiven:jgiven-testng:0.14.0-RC3")
'com.tngtech.jgiven:jgiven-testng:jar:0.14.0-RC3'
<dependency org="com.tngtech.jgiven" name="jgiven-testng" rev="0.14.0-RC3">
<artifact name="jgiven-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-testng', version='0.14.0-RC3')
)
libraryDependencies += "com.tngtech.jgiven" % "jgiven-testng" % "0.14.0-RC3"
[com.tngtech.jgiven/jgiven-testng "0.14.0-RC3"]