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