is not current version
Last Version 1.6

org.tools4j:tools4j-spockito 1.2

Java JUnit runner for parameterized tests where the test cases are defined in a table-like manner.

Categories

Categories

Spock Application Testing & Monitoring
GroupId

GroupId

org.tools4j
ArtifactId

ArtifactId

tools4j-spockito
Version

Version

1.2
Type

Type

jar

Download tools4j-spockito 1.2


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