GroupId | GroupIdorg.specrunner |
---|---|
ArtifactId | ArtifactIdspecrunner-webdriver |
Version | Version1.4.30 |
Type | Typejar |
Filename | Size |
---|---|
specrunner-webdriver-1.4.30.pom | |
specrunner-webdriver-1.4.30.jar | 192 KB |
specrunner-webdriver-1.4.30-sources.jar | 177 KB |
specrunner-webdriver-1.4.30-javadoc.jar | 1015 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.specrunner/specrunner-webdriver/ -->
<dependency>
<groupId>org.specrunner</groupId>
<artifactId>specrunner-webdriver</artifactId>
<version>1.4.30</version>
</dependency>
// https://jarcasting.com/artifacts/org.specrunner/specrunner-webdriver/
implementation 'org.specrunner:specrunner-webdriver:1.4.30'
// https://jarcasting.com/artifacts/org.specrunner/specrunner-webdriver/
implementation ("org.specrunner:specrunner-webdriver:1.4.30")
'org.specrunner:specrunner-webdriver:jar:1.4.30'
<dependency org="org.specrunner" name="specrunner-webdriver" rev="1.4.30">
<artifact name="specrunner-webdriver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specrunner', module='specrunner-webdriver', version='1.4.30')
)
libraryDependencies += "org.specrunner" % "specrunner-webdriver" % "1.4.30"
[org.specrunner/specrunner-webdriver "1.4.30"]