Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIduk.sponte.automation |
ArtifactId | ArtifactIdselenium-pom-example |
Version | Version3.0.8 |
Type | Typejar |
Filename | Size |
---|---|
selenium-pom-example-3.0.8.pom | |
selenium-pom-example-3.0.8.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.sponte.automation/selenium-pom-example/ -->
<dependency>
<groupId>uk.sponte.automation</groupId>
<artifactId>selenium-pom-example</artifactId>
<version>3.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/uk.sponte.automation/selenium-pom-example/
implementation 'uk.sponte.automation:selenium-pom-example:3.0.8'
// https://jarcasting.com/artifacts/uk.sponte.automation/selenium-pom-example/
implementation ("uk.sponte.automation:selenium-pom-example:3.0.8")
'uk.sponte.automation:selenium-pom-example:jar:3.0.8'
<dependency org="uk.sponte.automation" name="selenium-pom-example" rev="3.0.8">
<artifact name="selenium-pom-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.sponte.automation', module='selenium-pom-example', version='3.0.8')
)
libraryDependencies += "uk.sponte.automation" % "selenium-pom-example" % "3.0.8"
[uk.sponte.automation/selenium-pom-example "3.0.8"]