MVN

com.paulhammant : ngwebdriver

Maven & Gradle

Jul 28, 2022
11 usages
274 stars

ngWebDriver · Helper classes for WebDriver and AngularJS

<dependency>
    <groupId>com.paulhammant</groupId>
    <artifactId>ngwebdriver</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.paulhammant : ngwebdriver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.paulhammant : ngwebdriver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
ngwebdriver-1.2
1.1.x
ngwebdriver-1.1.6
ngwebdriver-1.1.5
ngwebdriver-1.1.4
ngwebdriver-1.1.3
ngwebdriver-1.1.2
ngwebdriver-1.1.1
1.0
ngwebdriver-1.0
0.9.x
ngwebdriver-0.9.8
ngwebdriver-0.9.7
ngwebdriver-0.9.6
ngwebdriver-0.9.5
ngwebdriver-0.9.4
ngwebdriver-0.9.3
ngwebdriver-0.9.2
ngwebdriver-0.9.1
0.9
ngwebdriver-0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.paulhammant</groupId>
    <artifactId>ngwebdriver</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.paulhammant : ngwebdriver gradle dependency to your build.gradle file:

implementation 'com.paulhammant:ngwebdriver:1.2'

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

implementation("com.paulhammant:ngwebdriver:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.paulhammant : ngwebdriver sbt scala dependency to your build.sbt file:

libraryDependencies += "com.paulhammant" % "ngwebdriver" % "1.2"

Advertisement