Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIduk.sponte.automation |
ArtifactId | ArtifactIdselenium-pom-example |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
selenium-pom-example-2.0.5.pom | |
selenium-pom-example-2.0.5.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>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/uk.sponte.automation/selenium-pom-example/
implementation 'uk.sponte.automation:selenium-pom-example:2.0.5'
// https://jarcasting.com/artifacts/uk.sponte.automation/selenium-pom-example/
implementation ("uk.sponte.automation:selenium-pom-example:2.0.5")
'uk.sponte.automation:selenium-pom-example:jar:2.0.5'
<dependency org="uk.sponte.automation" name="selenium-pom-example" rev="2.0.5">
<artifact name="selenium-pom-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.sponte.automation', module='selenium-pom-example', version='2.0.5')
)
libraryDependencies += "uk.sponte.automation" % "selenium-pom-example" % "2.0.5"
[uk.sponte.automation/selenium-pom-example "2.0.5"]