| GroupId | GroupIdio.github.shakeit66 |
|---|---|
| ArtifactId | ArtifactIdselenium-utils |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| selenium-utils-1.0.pom | |
| selenium-utils-1.0.jar | 9 KB |
| selenium-utils-1.0-sources.jar | 6 KB |
| selenium-utils-1.0-javadoc.jar | 402 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.shakeit66/selenium-utils/ -->
<dependency>
<groupId>io.github.shakeit66</groupId>
<artifactId>selenium-utils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shakeit66/selenium-utils/
implementation 'io.github.shakeit66:selenium-utils:1.0'
// https://jarcasting.com/artifacts/io.github.shakeit66/selenium-utils/
implementation ("io.github.shakeit66:selenium-utils:1.0")
'io.github.shakeit66:selenium-utils:jar:1.0'
<dependency org="io.github.shakeit66" name="selenium-utils" rev="1.0">
<artifact name="selenium-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shakeit66', module='selenium-utils', version='1.0')
)
libraryDependencies += "io.github.shakeit66" % "selenium-utils" % "1.0"
[io.github.shakeit66/selenium-utils "1.0"]