s

spock-parent

Spock is a testing and specification framework for Java and Groovy applications.
http://spockframework.org
The Apache Software License, Version 2.0
Files download
File Operation
spock-parent-0.5-groovy-1.8.pom download
Apache Maven
<dependency>
  <groupId>org.spockframework</groupId>
  <artifactId>spock-parent</artifactId>
  <version>0.5-groovy-1.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.spockframework:spock-parent:0.5-groovy-1.8'
Gradle Kotlin
implementation("org.spockframework:spock-parent:0.5-groovy-1.8")
Scala SBT
libraryDependencies += "org.spockframework" % "spock-parent" % "0.5-groovy-1.8"
Groovy Grape
@Grapes(
  @Grab(group='org.spockframework', module='spock-parent', version='0.5-groovy-1.8')
)
Apache Ivy
<dependency org="org.spockframework" name="spock-parent" rev="0.5-groovy-1.8" />
Leiningen
[org.spockframework/spock-parent "0.5-groovy-1.8"]
Apache Buildr
'org.spockframework:spock-parent:jar:0.5-groovy-1.8'
Dependencies
The project has no third-party dependencies