MVN

uk.sponte.automation : selenium-pom-example

Maven & Gradle

Jun 06, 2018
17 stars
<dependency>
    <groupId>uk.sponte.automation</groupId>
    <artifactId>selenium-pom-example</artifactId>
    <version>3.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.sponte.automation : selenium-pom-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.14

All Versions

Choose a version of uk.sponte.automation : selenium-pom-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
selenium-pom-example-3.0.14
selenium-pom-example-3.0.12
selenium-pom-example-3.0.11
selenium-pom-example-3.0.10
selenium-pom-example-3.0.9
selenium-pom-example-3.0.8
selenium-pom-example-3.0.7
selenium-pom-example-3.0.6
selenium-pom-example-3.0.5
selenium-pom-example-3.0.4
selenium-pom-example-3.0.3
selenium-pom-example-3.0.2
selenium-pom-example-3.0.1
selenium-pom-example-3.0.0
2.0.x
selenium-pom-example-2.0.8
selenium-pom-example-2.0.7
selenium-pom-example-2.0.6
selenium-pom-example-2.0.5
selenium-pom-example-2.0.3

How to add a dependency to Maven

Add the following uk.sponte.automation : selenium-pom-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.sponte.automation</groupId>
    <artifactId>selenium-pom-example</artifactId>
    <version>3.0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.sponte.automation : selenium-pom-example gradle dependency to your build.gradle file:

implementation 'uk.sponte.automation:selenium-pom-example:3.0.14'

Gradle Kotlin DSL: Add the following uk.sponte.automation : selenium-pom-example gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.sponte.automation:selenium-pom-example:3.0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.sponte.automation : selenium-pom-example sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.sponte.automation" % "selenium-pom-example" % "3.0.14"