is not current version
Last Version 1.0.4

com.github.iskrenyp:spock-screen-recorder 1.0.3

A simple annotation driven local extension for Spock framework, which enables you to screen record your Specifications

Categories

Categories

Spock Application Testing & Monitoring
GroupId

GroupId

com.github.iskrenyp
ArtifactId

ArtifactId

spock-screen-recorder
Version

Version

1.0.3
Type

Type

pom

Download spock-screen-recorder 1.0.3


<!-- https://jarcasting.com/artifacts/com.github.iskrenyp/spock-screen-recorder/ -->
<dependency>
    <groupId>com.github.iskrenyp</groupId>
    <artifactId>spock-screen-recorder</artifactId>
    <version>1.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.iskrenyp/spock-screen-recorder/
implementation 'com.github.iskrenyp:spock-screen-recorder:1.0.3'
// https://jarcasting.com/artifacts/com.github.iskrenyp/spock-screen-recorder/
implementation ("com.github.iskrenyp:spock-screen-recorder:1.0.3")
'com.github.iskrenyp:spock-screen-recorder:pom:1.0.3'
<dependency org="com.github.iskrenyp" name="spock-screen-recorder" rev="1.0.3">
  <artifact name="spock-screen-recorder" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.iskrenyp', module='spock-screen-recorder', version='1.0.3')
)
libraryDependencies += "com.github.iskrenyp" % "spock-screen-recorder" % "1.0.3"
[com.github.iskrenyp/spock-screen-recorder "1.0.3"]