License |
License |
---|---|
Categories |
CategoriesSpock Application Testing & Monitoring |
GroupId | GroupIdcom.athaydes |
ArtifactId | ArtifactIdspock-reports |
Last Version | Last Version2.3.0-groovy-3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspock-reports
This project is a global extension for Spock to create test (or, in Spock terms, Specifications) reports.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spock-reports-2.3.0-groovy-3.0.pom | |
spock-reports-2.3.0-groovy-3.0.jar | 381 KB |
spock-reports-2.3.0-groovy-3.0-sources.jar | 41 KB |
spock-reports-2.3.0-groovy-3.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.athaydes/spock-reports/ -->
<dependency>
<groupId>com.athaydes</groupId>
<artifactId>spock-reports</artifactId>
<version>2.3.0-groovy-3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.athaydes/spock-reports/
implementation 'com.athaydes:spock-reports:2.3.0-groovy-3.0'
// https://jarcasting.com/artifacts/com.athaydes/spock-reports/
implementation ("com.athaydes:spock-reports:2.3.0-groovy-3.0")
'com.athaydes:spock-reports:jar:2.3.0-groovy-3.0'
<dependency org="com.athaydes" name="spock-reports" rev="2.3.0-groovy-3.0">
<artifact name="spock-reports" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.athaydes', module='spock-reports', version='2.3.0-groovy-3.0')
)
libraryDependencies += "com.athaydes" % "spock-reports" % "2.3.0-groovy-3.0"
[com.athaydes/spock-reports "2.3.0-groovy-3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy | jar | 3.0.9 |
org.spockframework : spock-core | jar | 2.0-groovy-3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-xml | jar | 3.0.9 |
org.codehaus.groovy : groovy-json | jar | 3.0.9 |
org.codehaus.groovy : groovy-templates | jar | 3.0.9 |
org.slf4j : slf4j-api | jar | 1.7.30 |