GroupId | GroupIdcom.thegoate |
---|---|
ArtifactId | ArtifactIdselenium |
Version | Version0.15.8.202102222200 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thegoate/selenium/ -->
<dependency>
<groupId>com.thegoate</groupId>
<artifactId>selenium</artifactId>
<version>0.15.8.202102222200</version>
</dependency>
// https://jarcasting.com/artifacts/com.thegoate/selenium/
implementation 'com.thegoate:selenium:0.15.8.202102222200'
// https://jarcasting.com/artifacts/com.thegoate/selenium/
implementation ("com.thegoate:selenium:0.15.8.202102222200")
'com.thegoate:selenium:jar:0.15.8.202102222200'
<dependency org="com.thegoate" name="selenium" rev="0.15.8.202102222200">
<artifact name="selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thegoate', module='selenium', version='0.15.8.202102222200')
)
libraryDependencies += "com.thegoate" % "selenium" % "0.15.8.202102222200"
[com.thegoate/selenium "0.15.8.202102222200"]