GroupId | GroupIdcom.pojosontheweb |
---|---|
ArtifactId | ArtifactIdselenium-utils |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
selenium-utils-1.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pojosontheweb/selenium-utils/ -->
<dependency>
<groupId>com.pojosontheweb</groupId>
<artifactId>selenium-utils</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pojosontheweb/selenium-utils/
implementation 'com.pojosontheweb:selenium-utils:1.0.1'
// https://jarcasting.com/artifacts/com.pojosontheweb/selenium-utils/
implementation ("com.pojosontheweb:selenium-utils:1.0.1")
'com.pojosontheweb:selenium-utils:pom:1.0.1'
<dependency org="com.pojosontheweb" name="selenium-utils" rev="1.0.1">
<artifact name="selenium-utils" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pojosontheweb', module='selenium-utils', version='1.0.1')
)
libraryDependencies += "com.pojosontheweb" % "selenium-utils" % "1.0.1"
[com.pojosontheweb/selenium-utils "1.0.1"]