GroupId | GroupIdio.ddavison |
---|---|
ArtifactId | ArtifactIdgetting-started-with-selenium-framework |
Version | Version1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.ddavison/getting-started-with-selenium-framework/ -->
<dependency>
<groupId>io.ddavison</groupId>
<artifactId>getting-started-with-selenium-framework</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.ddavison/getting-started-with-selenium-framework/
implementation 'io.ddavison:getting-started-with-selenium-framework:1.2'
// https://jarcasting.com/artifacts/io.ddavison/getting-started-with-selenium-framework/
implementation ("io.ddavison:getting-started-with-selenium-framework:1.2")
'io.ddavison:getting-started-with-selenium-framework:jar:1.2'
<dependency org="io.ddavison" name="getting-started-with-selenium-framework" rev="1.2">
<artifact name="getting-started-with-selenium-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ddavison', module='getting-started-with-selenium-framework', version='1.2')
)
libraryDependencies += "io.ddavison" % "getting-started-with-selenium-framework" % "1.2"
[io.ddavison/getting-started-with-selenium-framework "1.2"]