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