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