| Categories |
CategoriesSpock Application Testing & Monitoring |
|---|---|
| GroupId | GroupIdcom.athaydes |
| ArtifactId | ArtifactIdspock-reports |
| Version | Version2.0-RC3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spock-reports-2.0-RC3.pom | |
| spock-reports-2.0-RC3.jar | 383 KB |
| spock-reports-2.0-RC3-sources.jar | 41 KB |
| spock-reports-2.0-RC3-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.athaydes/spock-reports/ -->
<dependency>
<groupId>com.athaydes</groupId>
<artifactId>spock-reports</artifactId>
<version>2.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.athaydes/spock-reports/
implementation 'com.athaydes:spock-reports:2.0-RC3'
// https://jarcasting.com/artifacts/com.athaydes/spock-reports/
implementation ("com.athaydes:spock-reports:2.0-RC3")
'com.athaydes:spock-reports:jar:2.0-RC3'
<dependency org="com.athaydes" name="spock-reports" rev="2.0-RC3">
<artifact name="spock-reports" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.athaydes', module='spock-reports', version='2.0-RC3')
)
libraryDependencies += "com.athaydes" % "spock-reports" % "2.0-RC3"
[com.athaydes/spock-reports "2.0-RC3"]