MVN

com.github.robertdeocampojr : jspringbot-selenium-extension

Maven & Gradle

Aug 18, 2019
0 stars

jspringbot-selenium-extension · This is a supporting library for jspringbot to use Browserstack and other selenium events

<dependency>
    <groupId>com.github.robertdeocampojr</groupId>
    <artifactId>jspringbot-selenium-extension</artifactId>
    <version>2.29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.robertdeocampojr : jspringbot-selenium-extension to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.29

All Versions

Choose a version of com.github.robertdeocampojr : jspringbot-selenium-extension to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.29
jspringbot-selenium-extension-2.29
2.28
jspringbot-selenium-extension-2.28
2.27
jspringbot-selenium-extension-2.27
2.25
jspringbot-selenium-extension-2.25
2.20
jspringbot-selenium-extension-2.20
2.19
jspringbot-selenium-extension-2.19
2.18
jspringbot-selenium-extension-2.18
2.17
jspringbot-selenium-extension-2.17
2.16
jspringbot-selenium-extension-2.16
2.15
jspringbot-selenium-extension-2.15
2.14
jspringbot-selenium-extension-2.14
2.13
jspringbot-selenium-extension-2.13
2.10
jspringbot-selenium-extension-2.10
2.7
jspringbot-selenium-extension-2.7
2.6
jspringbot-selenium-extension-2.6
2.5
jspringbot-selenium-extension-2.5
2.3
jspringbot-selenium-extension-2.3
2.2
jspringbot-selenium-extension-2.2
1.0
jspringbot-selenium-extension-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.robertdeocampojr</groupId>
    <artifactId>jspringbot-selenium-extension</artifactId>
    <version>2.29</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.robertdeocampojr : jspringbot-selenium-extension gradle dependency to your build.gradle file:

implementation 'com.github.robertdeocampojr:jspringbot-selenium-extension:2.29'

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

implementation("com.github.robertdeocampojr:jspringbot-selenium-extension:2.29")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.robertdeocampojr : jspringbot-selenium-extension sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.robertdeocampojr" % "jspringbot-selenium-extension" % "2.29"