GroupId | GroupIdcom.pojosontheweb |
---|---|
ArtifactId | ArtifactIdselenium-utils-core |
Version | Version1.4.8 |
Type | Typejar |
Filename | Size |
---|---|
selenium-utils-core-1.4.8.pom | |
selenium-utils-core-1.4.8.jar | 72 KB |
selenium-utils-core-1.4.8-sources.jar | 19 KB |
selenium-utils-core-1.4.8-javadoc.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pojosontheweb/selenium-utils-core/ -->
<dependency>
<groupId>com.pojosontheweb</groupId>
<artifactId>selenium-utils-core</artifactId>
<version>1.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.pojosontheweb/selenium-utils-core/
implementation 'com.pojosontheweb:selenium-utils-core:1.4.8'
// https://jarcasting.com/artifacts/com.pojosontheweb/selenium-utils-core/
implementation ("com.pojosontheweb:selenium-utils-core:1.4.8")
'com.pojosontheweb:selenium-utils-core:jar:1.4.8'
<dependency org="com.pojosontheweb" name="selenium-utils-core" rev="1.4.8">
<artifact name="selenium-utils-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pojosontheweb', module='selenium-utils-core', version='1.4.8')
)
libraryDependencies += "com.pojosontheweb" % "selenium-utils-core" % "1.4.8"
[com.pojosontheweb/selenium-utils-core "1.4.8"]