License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Auto Application Layer Libs Code Generators |
GroupId | GroupIdcom.automation-remarks |
ArtifactId | ArtifactIdvideo-recorder |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionvideo-recorder
Video Recorder is a library that allows to record selenium tests
|
Filename | Size |
---|---|
video-recorder-1.0.2.pom | |
video-recorder-1.0.2.jar | 703 KB |
video-recorder-1.0.2-sources.jar | 7 KB |
video-recorder-1.0.2-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.automation-remarks/video-recorder/ -->
<dependency>
<groupId>com.automation-remarks</groupId>
<artifactId>video-recorder</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.automation-remarks/video-recorder/
implementation 'com.automation-remarks:video-recorder:1.0.2'
// https://jarcasting.com/artifacts/com.automation-remarks/video-recorder/
implementation ("com.automation-remarks:video-recorder:1.0.2")
'com.automation-remarks:video-recorder:jar:1.0.2'
<dependency org="com.automation-remarks" name="video-recorder" rev="1.0.2">
<artifact name="video-recorder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.automation-remarks', module='video-recorder', version='1.0.2')
)
libraryDependencies += "com.automation-remarks" % "video-recorder" % "1.0.2"
[com.automation-remarks/video-recorder "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.10 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.4.5 |
com.codeborne : selenide | jar | 3.4 |