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