s

spock-parent

Spock is a testing and specification framework for Java and Groovy applications.
http://spockframework.org
The Apache Software License, Version 2.0
文件下载
文件名 操作
spock-parent-0.3.pom 下载
Apache Maven
<dependency>
  <groupId>org.spockframework</groupId>
  <artifactId>spock-parent</artifactId>
  <version>0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.spockframework:spock-parent:0.3'
Gradle Kotlin
implementation("org.spockframework:spock-parent:0.3")
Scala SBT
libraryDependencies += "org.spockframework" % "spock-parent" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.spockframework', module='spock-parent', version='0.3')
)
Apache Ivy
<dependency org="org.spockframework" name="spock-parent" rev="0.3" />
Leiningen
[org.spockframework/spock-parent "0.3"]
Apache Buildr
'org.spockframework:spock-parent:jar:0.3'
本项目依赖
该项目无第三方依赖