Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.btmatthews.selenium.junit4 |
ArtifactId | ArtifactIdselenium-junit4-runner |
Version | Version1.0.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.selenium.junit4/selenium-junit4-runner/
implementation 'com.btmatthews.selenium.junit4:selenium-junit4-runner:1.0.3'
// https://jarcasting.com/artifacts/com.btmatthews.selenium.junit4/selenium-junit4-runner/
implementation ("com.btmatthews.selenium.junit4:selenium-junit4-runner:1.0.3")
'com.btmatthews.selenium.junit4:selenium-junit4-runner:jar:1.0.3'
<dependency org="com.btmatthews.selenium.junit4" name="selenium-junit4-runner" rev="1.0.3">
<artifact name="selenium-junit4-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.selenium.junit4', module='selenium-junit4-runner', version='1.0.3')
)
libraryDependencies += "com.btmatthews.selenium.junit4" % "selenium-junit4-runner" % "1.0.3"
[com.btmatthews.selenium.junit4/selenium-junit4-runner "1.0.3"]