Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdde.tobj.junit |
ArtifactId | ArtifactIdjunit-selenium |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
junit-selenium-0.1.2.pom | |
junit-selenium-0.1.2.jar | 23 KB |
junit-selenium-0.1.2-sources.jar | 9 KB |
junit-selenium-0.1.2-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.tobj.junit/junit-selenium/ -->
<dependency>
<groupId>de.tobj.junit</groupId>
<artifactId>junit-selenium</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.tobj.junit/junit-selenium/
implementation 'de.tobj.junit:junit-selenium:0.1.2'
// https://jarcasting.com/artifacts/de.tobj.junit/junit-selenium/
implementation ("de.tobj.junit:junit-selenium:0.1.2")
'de.tobj.junit:junit-selenium:jar:0.1.2'
<dependency org="de.tobj.junit" name="junit-selenium" rev="0.1.2">
<artifact name="junit-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tobj.junit', module='junit-selenium', version='0.1.2')
)
libraryDependencies += "de.tobj.junit" % "junit-selenium" % "0.1.2"
[de.tobj.junit/junit-selenium "0.1.2"]