s

spock-maven

Spock's Maven Module provides some advanced features when executing Spock specifications with Maven 2. This module is purely optional; Maven 2/3 will execute Spock specifications just fine without it.
http://spockframework.org
The Apache Software License, Version 2.0
Peter Niederwieser Luke Daley
文件下载
文件名 操作
spock-maven-0.6-groovy-1.7.jar 下载
spock-maven-0.6-groovy-1.7.pom 下载
spock-maven-0.6-groovy-1.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.spockframework</groupId>
  <artifactId>spock-maven</artifactId>
  <version>0.6-groovy-1.7</version>
</dependency>
Gradle Groovy
implementation 'org.spockframework:spock-maven:0.6-groovy-1.7'
Gradle Kotlin
implementation("org.spockframework:spock-maven:0.6-groovy-1.7")
Scala SBT
libraryDependencies += "org.spockframework" % "spock-maven" % "0.6-groovy-1.7"
Groovy Grape
@Grapes(
  @Grab(group='org.spockframework', module='spock-maven', version='0.6-groovy-1.7')
)
Apache Ivy
<dependency org="org.spockframework" name="spock-maven" rev="0.6-groovy-1.7" />
Leiningen
[org.spockframework/spock-maven "0.6-groovy-1.7"]
Apache Buildr
'org.spockframework:spock-maven:jar:0.6-groovy-1.7'