MVN

com.automation-remarks : video-recorder-core

Maven & Gradle

Apr 14, 2019
5 usages
216 stars

com.automation.remarks.video-recorder · Video Recorder is a library that allows to record selenium tests

<dependency>
    <groupId>com.automation-remarks</groupId>
    <artifactId>video-recorder-core</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.automation-remarks : video-recorder-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of com.automation-remarks : video-recorder-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
video-recorder-core-2.0
1.8
video-recorder-core-1.8
1.7
video-recorder-core-1.7
1.6
video-recorder-core-1.6
1.5
video-recorder-core-1.5
1.4.x
video-recorder-core-1.4.1
1.4
video-recorder-core-1.4
1.3
video-recorder-core-1.3
1.2
video-recorder-core-1.2
1.1.x
video-recorder-core-1.1.2
1.1
video-recorder-core-1.1
1.0.x
video-recorder-core-1.0.8
video-recorder-core-1.0.7
video-recorder-core-1.0.6
video-recorder-core-1.0.5
video-recorder-core-1.0.4
video-recorder-core-1.0.3
video-recorder-core-1.0.2
video-recorder-core-1.0.1
1.0
video-recorder-core-1.0

How to add a dependency to Maven

Add the following com.automation-remarks : video-recorder-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.automation-remarks</groupId>
    <artifactId>video-recorder-core</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.automation-remarks : video-recorder-core gradle dependency to your build.gradle file:

implementation 'com.automation-remarks:video-recorder-core:2.0'

Gradle Kotlin DSL: Add the following com.automation-remarks : video-recorder-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.automation-remarks:video-recorder-core:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.automation-remarks : video-recorder-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.automation-remarks" % "video-recorder-core" % "2.0"

Advertisement