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