is not current version
Last Version 1.6

org.tools4j:tools4j-spockito 1.3

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.3
Type

Type

jar

Download tools4j-spockito 1.3


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