Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.btmatthews.selenium.junit4 |
ArtifactId | ArtifactIdselenium-junit4-runner |
Version | Version1.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.btmatthews.selenium.junit4/selenium-junit4-runner/ -->
<dependency>
<groupId>com.btmatthews.selenium.junit4</groupId>
<artifactId>selenium-junit4-runner</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.selenium.junit4/selenium-junit4-runner/
implementation 'com.btmatthews.selenium.junit4:selenium-junit4-runner:1.0.4'
// https://jarcasting.com/artifacts/com.btmatthews.selenium.junit4/selenium-junit4-runner/
implementation ("com.btmatthews.selenium.junit4:selenium-junit4-runner:1.0.4")
'com.btmatthews.selenium.junit4:selenium-junit4-runner:jar:1.0.4'
<dependency org="com.btmatthews.selenium.junit4" name="selenium-junit4-runner" rev="1.0.4">
<artifact name="selenium-junit4-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.selenium.junit4', module='selenium-junit4-runner', version='1.0.4')
)
libraryDependencies += "com.btmatthews.selenium.junit4" % "selenium-junit4-runner" % "1.0.4"
[com.btmatthews.selenium.junit4/selenium-junit4-runner "1.0.4"]