s

spock-spring

Spock's Spring Module makes it possible to use Spring's TestContext framework together with Spock. Supports Spring 2.5.x, 3.x, and 4.x.
https://spockframework.org
The Apache Software License, Version 2.0
Peter Niederwieser Luke Daley Leonard Brünings
Files download
File Operation
spock-spring-2.4-M4-groovy-4.0.jar download
spock-spring-2.4-M4-groovy-4.0.pom download
spock-spring-2.4-M4-groovy-4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.spockframework</groupId>
  <artifactId>spock-spring</artifactId>
  <version>2.4-M4-groovy-4.0</version>
</dependency>
Gradle Groovy
implementation 'org.spockframework:spock-spring:2.4-M4-groovy-4.0'
Gradle Kotlin
implementation("org.spockframework:spock-spring:2.4-M4-groovy-4.0")
Scala SBT
libraryDependencies += "org.spockframework" % "spock-spring" % "2.4-M4-groovy-4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.spockframework', module='spock-spring', version='2.4-M4-groovy-4.0')
)
Apache Ivy
<dependency org="org.spockframework" name="spock-spring" rev="2.4-M4-groovy-4.0" />
Leiningen
[org.spockframework/spock-spring "2.4-M4-groovy-4.0"]
Apache Buildr
'org.spockframework:spock-spring:jar:2.4-M4-groovy-4.0'