is not current version
Last Version 1.0.4

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

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.1
Type

Type

pom

Download spock-screen-recorder 1.0.1


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