is not current version
Last Version 1.2.2

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

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-RC1
Type

Type

jar

Download jgiven-spock 1.0.0-RC1


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