is not current version
Last Version 2.3.0-groovy-3.0

com.athaydes:spock-reports 1.7.1

This project is a global extension for Spock to create test (or, in Spock terms, Specifications) reports.

Categories

Categories

Spock Application Testing & Monitoring
GroupId

GroupId

com.athaydes
ArtifactId

ArtifactId

spock-reports
Version

Version

1.7.1
Type

Type

jar

Download spock-reports 1.7.1


<!-- https://jarcasting.com/artifacts/com.athaydes/spock-reports/ -->
<dependency>
    <groupId>com.athaydes</groupId>
    <artifactId>spock-reports</artifactId>
    <version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.athaydes/spock-reports/
implementation 'com.athaydes:spock-reports:1.7.1'
// https://jarcasting.com/artifacts/com.athaydes/spock-reports/
implementation ("com.athaydes:spock-reports:1.7.1")
'com.athaydes:spock-reports:jar:1.7.1'
<dependency org="com.athaydes" name="spock-reports" rev="1.7.1">
  <artifact name="spock-reports" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.athaydes', module='spock-reports', version='1.7.1')
)
libraryDependencies += "com.athaydes" % "spock-reports" % "1.7.1"
[com.athaydes/spock-reports "1.7.1"]