GroupId | GroupIdcom.github.qacore |
---|---|
ArtifactId | ArtifactIdselenium-testing-toolbox |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.qacore/selenium-testing-toolbox/ -->
<dependency>
<groupId>com.github.qacore</groupId>
<artifactId>selenium-testing-toolbox</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.qacore/selenium-testing-toolbox/
implementation 'com.github.qacore:selenium-testing-toolbox:1.0.0'
// https://jarcasting.com/artifacts/com.github.qacore/selenium-testing-toolbox/
implementation ("com.github.qacore:selenium-testing-toolbox:1.0.0")
'com.github.qacore:selenium-testing-toolbox:jar:1.0.0'
<dependency org="com.github.qacore" name="selenium-testing-toolbox" rev="1.0.0">
<artifact name="selenium-testing-toolbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.qacore', module='selenium-testing-toolbox', version='1.0.0')
)
libraryDependencies += "com.github.qacore" % "selenium-testing-toolbox" % "1.0.0"
[com.github.qacore/selenium-testing-toolbox "1.0.0"]