is not current version
Last Version 1.0.2

com.automation-remarks:video-recorder 1.0

Video Recorder is a library that allows to record selenium tests

Categories

Categories

IDE Development Tools Auto Application Layer Libs Code Generators
GroupId

GroupId

com.automation-remarks
ArtifactId

ArtifactId

video-recorder
Version

Version

1.0
Type

Type

jar

Download video-recorder 1.0


<!-- https://jarcasting.com/artifacts/com.automation-remarks/video-recorder/ -->
<dependency>
    <groupId>com.automation-remarks</groupId>
    <artifactId>video-recorder</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.automation-remarks/video-recorder/
implementation 'com.automation-remarks:video-recorder:1.0'
// https://jarcasting.com/artifacts/com.automation-remarks/video-recorder/
implementation ("com.automation-remarks:video-recorder:1.0")
'com.automation-remarks:video-recorder:jar:1.0'
<dependency org="com.automation-remarks" name="video-recorder" rev="1.0">
  <artifact name="video-recorder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.automation-remarks', module='video-recorder', version='1.0')
)
libraryDependencies += "com.automation-remarks" % "video-recorder" % "1.0"
[com.automation-remarks/video-recorder "1.0"]