MVN

com.testautomationguru.ocular : ocular

Maven & Gradle

Jun 22, 2017
48 stars

Ocular · Visual Validation utility for functional automation projects using Selenium-WebDriver

<dependency>
    <groupId>com.testautomationguru.ocular</groupId>
    <artifactId>ocular</artifactId>
    <version>1.0.0.Alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.testautomationguru.ocular : ocular to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.Alpha
  • Latest Alpha: 1.0.0.Alpha

All Versions

Choose a version of com.testautomationguru.ocular : ocular to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ocular-1.0.0.Alpha

How to add a dependency to Maven

Add the following com.testautomationguru.ocular : ocular maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.testautomationguru.ocular</groupId>
    <artifactId>ocular</artifactId>
    <version>1.0.0.Alpha</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.testautomationguru.ocular : ocular gradle dependency to your build.gradle file:

implementation 'com.testautomationguru.ocular:ocular:1.0.0.Alpha'

Gradle Kotlin DSL: Add the following com.testautomationguru.ocular : ocular gradle kotlin dependency to your build.gradle.kts file:

implementation("com.testautomationguru.ocular:ocular:1.0.0.Alpha")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.testautomationguru.ocular : ocular sbt scala dependency to your build.sbt file:

libraryDependencies += "com.testautomationguru.ocular" % "ocular" % "1.0.0.Alpha"