spock-spring
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.spockframework</groupId> <artifactId>spock-spring</artifactId> <version>2.4-M6-groovy-4.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.spockframework</groupId> <artifactId>spock-spring</artifactId> <version>2.4-M6-groovy-4.0</version> <name>Spock Framework - Spring Module</name> <description>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.</description> <url>https://spockframework.org</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>pniederw</id> <name>Peter Niederwieser</name> <email>peter@pniederw.com</email> </developer> <developer> <id>ldaley</id> <name>Luke Daley</name> <email>ld@ldaley.com</email> </developer> <developer> <id>leonard84</id> <name>Leonard Brünings</name> <email>lord_damokles@gmx.net</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/spockframework/spock.git</connection> <developerConnection>scm:git:ssh://git@github.com/spockframework/spock.git</developerConnection> <url>https://github.com/spockframework/spock</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.spockframework</groupId> <artifactId>spock-bom</artifactId> <version>2.4-M6-groovy-4.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.spockframework</groupId> <artifactId>spock-core</artifactId> <version>2.4-M6-groovy-4.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy</artifactId> <version>4.0.26</version> <scope>runtime</scope> </dependency> </dependencies> </project>