is not current version
Last Version 0.1.3

de.tobj.junit:junit-selenium 0.1.0

base class for selenium tests

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

de.tobj.junit
ArtifactId

ArtifactId

junit-selenium
Version

Version

0.1.0
Type

Type

jar

Download junit-selenium 0.1.0


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