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