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