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