MVN

uk.co.stfo : adriver

Maven & Gradle

Jun 05, 2014
1 usages
0 stars

A-Driver · Asynchronous wrapper for WebDriver

<dependency>
    <groupId>uk.co.stfo</groupId>
    <artifactId>adriver</artifactId>
    <version>0.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.co.stfo : adriver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.4

All Versions

Choose a version of uk.co.stfo : adriver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
adriver-0.2.4
adriver-0.2.3
adriver-0.2.2
adriver-0.2.1
adriver-0.2.0
0.1.x
adriver-0.1.8

How to add a dependency to Maven

Add the following uk.co.stfo : adriver maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.co.stfo</groupId>
    <artifactId>adriver</artifactId>
    <version>0.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.co.stfo : adriver gradle dependency to your build.gradle file:

implementation 'uk.co.stfo:adriver:0.2.4'

Gradle Kotlin DSL: Add the following uk.co.stfo : adriver gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.co.stfo:adriver:0.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.co.stfo : adriver sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.co.stfo" % "adriver" % "0.2.4"