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