s

spock-core

Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock is inspired from JUnit, jMock, RSpec, Groovy, Scala, Vulcans, and other fascinating life forms.
http://spockframework.org
The Apache Software License, Version 2.0
Peter Niederwieser Luke Daley Leonard Brünings
文件下载
文件名 操作
spock-core-1.3-groovy-2.5.jar 下载
spock-core-1.3-groovy-2.5.pom 下载
spock-core-1.3-groovy-2.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.spockframework</groupId>
  <artifactId>spock-core</artifactId>
  <version>1.3-groovy-2.5</version>
</dependency>
Gradle Groovy
implementation 'org.spockframework:spock-core:1.3-groovy-2.5'
Gradle Kotlin
implementation("org.spockframework:spock-core:1.3-groovy-2.5")
Scala SBT
libraryDependencies += "org.spockframework" % "spock-core" % "1.3-groovy-2.5"
Groovy Grape
@Grapes(
  @Grab(group='org.spockframework', module='spock-core', version='1.3-groovy-2.5')
)
Apache Ivy
<dependency org="org.spockframework" name="spock-core" rev="1.3-groovy-2.5" />
Leiningen
[org.spockframework/spock-core "1.3-groovy-2.5"]
Apache Buildr
'org.spockframework:spock-core:jar:1.3-groovy-2.5'