is not current version
Last Version 1.2.2

com.tngtech.jgiven:jgiven-spock 1.0.0-RC5

Module for writing JGiven tests with Spock

Categories

Categories

Spock Application Testing & Monitoring
GroupId

GroupId

com.tngtech.jgiven
ArtifactId

ArtifactId

jgiven-spock
Version

Version

1.0.0-RC5
Type

Type

jar

Download jgiven-spock 1.0.0-RC5


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