is not current version
Last Version 0.5-groovy-1.8

org.spockframework:spock-parent 0.1

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

Type

pom

Download spock-parent 0.1

Filename Size
spock-parent-0.1.pom 4 KB
Browse

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