GroupId | GroupIdcom.testingbot |
---|---|
ArtifactId | ArtifactIdTestingBotTunnel |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
TestingBotTunnel-2.2.pom | |
TestingBotTunnel-2.2.jar | 2 MB |
TestingBotTunnel-2.2-sources.jar | 290 KB |
TestingBotTunnel-2.2-javadoc.jar | 940 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testingbot/TestingBotTunnel/ -->
<dependency>
<groupId>com.testingbot</groupId>
<artifactId>TestingBotTunnel</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.testingbot/TestingBotTunnel/
implementation 'com.testingbot:TestingBotTunnel:2.2'
// https://jarcasting.com/artifacts/com.testingbot/TestingBotTunnel/
implementation ("com.testingbot:TestingBotTunnel:2.2")
'com.testingbot:TestingBotTunnel:jar:2.2'
<dependency org="com.testingbot" name="TestingBotTunnel" rev="2.2">
<artifact name="TestingBotTunnel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testingbot', module='TestingBotTunnel', version='2.2')
)
libraryDependencies += "com.testingbot" % "TestingBotTunnel" % "2.2"
[com.testingbot/TestingBotTunnel "2.2"]