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
Files download
File Operation
spock-core-1.0-groovy-2.4.jar download
spock-core-1.0-groovy-2.4.pom download
spock-core-1.0-groovy-2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.spockframework</groupId>
  <artifactId>spock-core</artifactId>
  <version>1.0-groovy-2.4</version>
</dependency>
Gradle Groovy
implementation 'org.spockframework:spock-core:1.0-groovy-2.4'
Gradle Kotlin
implementation("org.spockframework:spock-core:1.0-groovy-2.4")
Scala SBT
libraryDependencies += "org.spockframework" % "spock-core" % "1.0-groovy-2.4"
Groovy Grape
@Grapes(
  @Grab(group='org.spockframework', module='spock-core', version='1.0-groovy-2.4')
)
Apache Ivy
<dependency org="org.spockframework" name="spock-core" rev="1.0-groovy-2.4" />
Leiningen
[org.spockframework/spock-core "1.0-groovy-2.4"]
Apache Buildr
'org.spockframework:spock-core:jar:1.0-groovy-2.4'