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