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