MVN

com.testingbot : TestingBotTunnel

Maven & Gradle

May 05, 2023
13 stars

TestingBotTunnel · Tunnel to run TestingBot Selenium tests on your local machine

<dependency>
    <groupId>com.testingbot</groupId>
    <artifactId>TestingBotTunnel</artifactId>
    <version>3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.testingbot : TestingBotTunnel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5

All Versions

Choose a version of com.testingbot : TestingBotTunnel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5
TestingBotTunnel-3.5
3.4
TestingBotTunnel-3.4
3.3
TestingBotTunnel-3.3
3.2
TestingBotTunnel-3.2
3.1
TestingBotTunnel-3.1
3.0
TestingBotTunnel-3.0
2.9
TestingBotTunnel-2.9
2.4
TestingBotTunnel-2.4
2.3
TestingBotTunnel-2.3
2.2
TestingBotTunnel-2.2
1.21
TestingBotTunnel-1.21
1.20
TestingBotTunnel-1.20
1.19
TestingBotTunnel-1.19
1.18
TestingBotTunnel-1.18
1.17
TestingBotTunnel-1.17
1.16
TestingBotTunnel-1.16
1.11
TestingBotTunnel-1.11
1.9
TestingBotTunnel-1.9
1.8
TestingBotTunnel-1.8
1.7
TestingBotTunnel-1.7
1.6
TestingBotTunnel-1.6
1.5
TestingBotTunnel-1.5
1.4
TestingBotTunnel-1.4
1.3
TestingBotTunnel-1.3
1.0
TestingBotTunnel-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.testingbot</groupId>
    <artifactId>TestingBotTunnel</artifactId>
    <version>3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.testingbot : TestingBotTunnel gradle dependency to your build.gradle file:

implementation 'com.testingbot:TestingBotTunnel:3.5'

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

implementation("com.testingbot:TestingBotTunnel:3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.testingbot : TestingBotTunnel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.testingbot" % "TestingBotTunnel" % "3.5"

Advertisement