is not current version
Last Version 3.2

com.testingbot:TestingBotTunnel 3.1

Tunnel to run TestingBot Selenium tests on your local machine

GroupId

GroupId

com.testingbot
ArtifactId

ArtifactId

TestingBotTunnel
Version

Version

3.1
Type

Type

jar

Download TestingBotTunnel 3.1


<!-- https://jarcasting.com/artifacts/com.testingbot/TestingBotTunnel/ -->
<dependency>
    <groupId>com.testingbot</groupId>
    <artifactId>TestingBotTunnel</artifactId>
    <version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.testingbot/TestingBotTunnel/
implementation 'com.testingbot:TestingBotTunnel:3.1'
// https://jarcasting.com/artifacts/com.testingbot/TestingBotTunnel/
implementation ("com.testingbot:TestingBotTunnel:3.1")
'com.testingbot:TestingBotTunnel:jar:3.1'
<dependency org="com.testingbot" name="TestingBotTunnel" rev="3.1">
  <artifact name="TestingBotTunnel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testingbot', module='TestingBotTunnel', version='3.1')
)
libraryDependencies += "com.testingbot" % "TestingBotTunnel" % "3.1"
[com.testingbot/TestingBotTunnel "3.1"]