is not current version
Last Version 0.9

org.mycore:selenium-utils 0.8

Base Classes for Selenium-WebDriver Tests

GroupId

GroupId

org.mycore
ArtifactId

ArtifactId

selenium-utils
Version

Version

0.8
Type

Type

jar

Download selenium-utils 0.8


<!-- https://jarcasting.com/artifacts/org.mycore/selenium-utils/ -->
<dependency>
    <groupId>org.mycore</groupId>
    <artifactId>selenium-utils</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycore/selenium-utils/
implementation 'org.mycore:selenium-utils:0.8'
// https://jarcasting.com/artifacts/org.mycore/selenium-utils/
implementation ("org.mycore:selenium-utils:0.8")
'org.mycore:selenium-utils:jar:0.8'
<dependency org="org.mycore" name="selenium-utils" rev="0.8">
  <artifact name="selenium-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycore', module='selenium-utils', version='0.8')
)
libraryDependencies += "org.mycore" % "selenium-utils" % "0.8"
[org.mycore/selenium-utils "0.8"]