is not current version
Last Version 1.2.2

com.tngtech.jgiven:jgiven-junit5 0.14.0

Module for writing JGiven tests with JUnit 5

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.tngtech.jgiven
ArtifactId

ArtifactId

jgiven-junit5
Version

Version

0.14.0
Type

Type

jar

Download jgiven-junit5 0.14.0


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