is not current version
Last Version 0.5-groovy-1.8

org.spockframework:spock-parent 0.4-groovy-1.6

Spock is a testing and specification framework for Java and Groovy applications.

Categories

Categories

Spock Application Testing & Monitoring
GroupId

GroupId

org.spockframework
ArtifactId

ArtifactId

spock-parent
Version

Version

0.4-groovy-1.6
Type

Type

pom

Download spock-parent 0.4-groovy-1.6


<!-- https://jarcasting.com/artifacts/org.spockframework/spock-parent/ -->
<dependency>
    <groupId>org.spockframework</groupId>
    <artifactId>spock-parent</artifactId>
    <version>0.4-groovy-1.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.spockframework/spock-parent/
implementation 'org.spockframework:spock-parent:0.4-groovy-1.6'
// https://jarcasting.com/artifacts/org.spockframework/spock-parent/
implementation ("org.spockframework:spock-parent:0.4-groovy-1.6")
'org.spockframework:spock-parent:pom:0.4-groovy-1.6'
<dependency org="org.spockframework" name="spock-parent" rev="0.4-groovy-1.6">
  <artifact name="spock-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.spockframework', module='spock-parent', version='0.4-groovy-1.6')
)
libraryDependencies += "org.spockframework" % "spock-parent" % "0.4-groovy-1.6"
[org.spockframework/spock-parent "0.4-groovy-1.6"]