MVN

com.applitools : eyes-selenium-java3-jersey1x

Maven & Gradle

Sep 12, 2018

eyes-selenium-java3-jersey1x · Applitools Eyes SDK for Selenium Java WebDriver

<dependency>
    <groupId>com.applitools</groupId>
    <artifactId>eyes-selenium-java3-jersey1x</artifactId>
    <version>3.35.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.applitools : eyes-selenium-java3-jersey1x to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.35.3

All Versions

Choose a version of com.applitools : eyes-selenium-java3-jersey1x to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.35.x
eyes-selenium-java3-jersey1x-3.35.3
eyes-selenium-java3-jersey1x-3.35.2
eyes-selenium-java3-jersey1x-3.35.1
3.35
eyes-selenium-java3-jersey1x-3.35
3.29.x
eyes-selenium-java3-jersey1x-3.29.1
3.28
eyes-selenium-java3-jersey1x-3.28
3.14
eyes-selenium-java3-jersey1x-3.14

How to add a dependency to Maven

Add the following com.applitools : eyes-selenium-java3-jersey1x maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.applitools</groupId>
    <artifactId>eyes-selenium-java3-jersey1x</artifactId>
    <version>3.35.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.applitools : eyes-selenium-java3-jersey1x gradle dependency to your build.gradle file:

implementation 'com.applitools:eyes-selenium-java3-jersey1x:3.35.3'

Gradle Kotlin DSL: Add the following com.applitools : eyes-selenium-java3-jersey1x gradle kotlin dependency to your build.gradle.kts file:

implementation("com.applitools:eyes-selenium-java3-jersey1x:3.35.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.applitools : eyes-selenium-java3-jersey1x sbt scala dependency to your build.sbt file:

libraryDependencies += "com.applitools" % "eyes-selenium-java3-jersey1x" % "3.35.3"

Advertisement