is not current version
Last Version 1.2.2

com.tngtech.jgiven:jgiven-core 0.9.0

JGiven core module

GroupId

GroupId

com.tngtech.jgiven
ArtifactId

ArtifactId

jgiven-core
Version

Version

0.9.0
Type

Type

jar

Download jgiven-core 0.9.0


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