GroupId | GroupIdcom.infotel.seleniumRobot |
---|---|
ArtifactId | ArtifactIdseleniumRobot-linux-driver |
Version | Version4.0.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.infotel.seleniumRobot/seleniumRobot-linux-driver/ -->
<dependency>
<groupId>com.infotel.seleniumRobot</groupId>
<artifactId>seleniumRobot-linux-driver</artifactId>
<version>4.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.infotel.seleniumRobot/seleniumRobot-linux-driver/
implementation 'com.infotel.seleniumRobot:seleniumRobot-linux-driver:4.0.13'
// https://jarcasting.com/artifacts/com.infotel.seleniumRobot/seleniumRobot-linux-driver/
implementation ("com.infotel.seleniumRobot:seleniumRobot-linux-driver:4.0.13")
'com.infotel.seleniumRobot:seleniumRobot-linux-driver:jar:4.0.13'
<dependency org="com.infotel.seleniumRobot" name="seleniumRobot-linux-driver" rev="4.0.13">
<artifact name="seleniumRobot-linux-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.infotel.seleniumRobot', module='seleniumRobot-linux-driver', version='4.0.13')
)
libraryDependencies += "com.infotel.seleniumRobot" % "seleniumRobot-linux-driver" % "4.0.13"
[com.infotel.seleniumRobot/seleniumRobot-linux-driver "4.0.13"]