MVN

com.applitools : eyes-selenium-java-jersey1x-sf2_45

Maven & Gradle

Jan 18, 2016

Eyes.Selenium.Java · Applitools Eyes SDK for Selenium Java WebDriver

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

Latest Version

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

  • Latest Stable: 2.30

All Versions

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

Version Vulnerabilities Updated
2.30
eyes-selenium-java-jersey1x-sf2_45-2.30

How to add a dependency to Maven

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

<dependency>
    <groupId>com.applitools</groupId>
    <artifactId>eyes-selenium-java-jersey1x-sf2_45</artifactId>
    <version>2.30</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.applitools:eyes-selenium-java-jersey1x-sf2_45:2.30'

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

implementation("com.applitools:eyes-selenium-java-jersey1x-sf2_45:2.30")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.applitools" % "eyes-selenium-java-jersey1x-sf2_45" % "2.30"