MVN

com.github.mike10004 : selenium-help

Maven & Gradle

Oct 17, 2019
4 usages
3 stars

selenium-help · Library that helps you use Selenium WebDriver in Java

<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>selenium-help</artifactId>
    <version>0.51</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mike10004 : selenium-help to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.51

All Versions

Choose a version of com.github.mike10004 : selenium-help to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.51
selenium-help-0.51
0.50
selenium-help-0.50
0.49
selenium-help-0.49
0.48
selenium-help-0.48
0.47
selenium-help-0.47
0.46
selenium-help-0.46
0.44
selenium-help-0.44
0.42
selenium-help-0.42
0.41
selenium-help-0.41
0.40
selenium-help-0.40
0.39
selenium-help-0.39
0.38
selenium-help-0.38
0.37
selenium-help-0.37
0.36
selenium-help-0.36
0.34
selenium-help-0.34
0.33
selenium-help-0.33
0.32
selenium-help-0.32
0.31
selenium-help-0.31
0.30
selenium-help-0.30
0.29
selenium-help-0.29
0.28
selenium-help-0.28
0.27
selenium-help-0.27
0.26
selenium-help-0.26
0.25
selenium-help-0.25
0.21
selenium-help-0.21
0.20
selenium-help-0.20
0.19
selenium-help-0.19
0.18
selenium-help-0.18
0.17
selenium-help-0.17
0.16
selenium-help-0.16
0.15
selenium-help-0.15
0.14
selenium-help-0.14
0.13
selenium-help-0.13
0.11
selenium-help-0.11
0.10
selenium-help-0.10
0.9
selenium-help-0.9
0.8
selenium-help-0.8
0.7
selenium-help-0.7
0.6
selenium-help-0.6
0.5
selenium-help-0.5
0.2
selenium-help-0.2

How to add a dependency to Maven

Add the following com.github.mike10004 : selenium-help maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>selenium-help</artifactId>
    <version>0.51</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mike10004 : selenium-help gradle dependency to your build.gradle file:

implementation 'com.github.mike10004:selenium-help:0.51'

Gradle Kotlin DSL: Add the following com.github.mike10004 : selenium-help gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mike10004:selenium-help:0.51")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mike10004 : selenium-help sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mike10004" % "selenium-help" % "0.51"

Advertisement