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