Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdde.tobj.junit |
ArtifactId | ArtifactIdjunit-selenium |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
junit-selenium-0.1.0.pom | |
junit-selenium-0.1.0.jar | 20 KB |
junit-selenium-0.1.0-sources.jar | 7 KB |
junit-selenium-0.1.0-javadoc.jar | 71 KB |
Browse |
<!-- 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"]