is not current version
Last Version 0.5-groovy-1.8

org.spockframework:spock-parent 0.2

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

Categories

Categories

Spock Application Testing & Monitoring
GroupId

GroupId

org.spockframework
ArtifactId

ArtifactId

spock-parent
Version

Version

0.2
Type

Type

pom

Download spock-parent 0.2

Filename Size
spock-parent-0.2.pom 5 KB
Browse

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