is not current version
Last Version 1.2.2

com.tngtech.jgiven:jgiven-junit 0.2.3


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.tngtech.jgiven
ArtifactId

ArtifactId

jgiven-junit
Version

Version

0.2.3
Type

Type

jar

Download jgiven-junit 0.2.3


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