s

spock-reports

This project is a global extension for Spock to create test (or, in Spock terms, Specifications) reports.
https://github.com/renatoathaydes/spock-reports
The Apache License, Version 2.0
Renato Athaydes
Files download
File Operation
spock-reports-1.7.1.jar download
spock-reports-1.7.1.pom download
spock-reports-1.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.athaydes</groupId>
  <artifactId>spock-reports</artifactId>
  <version>1.7.1</version>
</dependency>
Gradle Groovy
implementation 'com.athaydes:spock-reports:1.7.1'
Gradle Kotlin
implementation("com.athaydes:spock-reports:1.7.1")
Scala SBT
libraryDependencies += "com.athaydes" % "spock-reports" % "1.7.1"
Groovy Grape
@Grapes(
  @Grab(group='com.athaydes', module='spock-reports', version='1.7.1')
)
Apache Ivy
<dependency org="com.athaydes" name="spock-reports" rev="1.7.1" />
Leiningen
[com.athaydes/spock-reports "1.7.1"]
Apache Buildr
'com.athaydes:spock-reports:jar:1.7.1'