MVN

org.seleniumhq.selenium : jetty-servlet-repacked

Maven & Gradle

Oct 02, 2015
2 usages
29.3k stars

selenium-jetty-servlet-repacked · Browser automation framework dependency on jetty

<dependency>
    <groupId>org.seleniumhq.selenium</groupId>
    <artifactId>jetty-servlet-repacked</artifactId>
    <version>9.2.13.v20150730</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.seleniumhq.selenium : jetty-servlet-repacked to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.2.13.v20150730

All Versions

Choose a version of org.seleniumhq.selenium : jetty-servlet-repacked to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.2.x
jetty-servlet-repacked-9.2.13.v20150730

How to add a dependency to Maven

Add the following org.seleniumhq.selenium : jetty-servlet-repacked maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.seleniumhq.selenium</groupId>
    <artifactId>jetty-servlet-repacked</artifactId>
    <version>9.2.13.v20150730</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.seleniumhq.selenium : jetty-servlet-repacked gradle dependency to your build.gradle file:

implementation 'org.seleniumhq.selenium:jetty-servlet-repacked:9.2.13.v20150730'

Gradle Kotlin DSL: Add the following org.seleniumhq.selenium : jetty-servlet-repacked gradle kotlin dependency to your build.gradle.kts file:

implementation("org.seleniumhq.selenium:jetty-servlet-repacked:9.2.13.v20150730")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.seleniumhq.selenium : jetty-servlet-repacked sbt scala dependency to your build.sbt file:

libraryDependencies += "org.seleniumhq.selenium" % "jetty-servlet-repacked" % "9.2.13.v20150730"