GroupId | GroupIdio.ddavison |
---|---|
ArtifactId | ArtifactIdgetting-started-with-selenium-framework |
Version | Version1.1 |
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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.ddavison/getting-started-with-selenium-framework/
implementation 'io.ddavison:getting-started-with-selenium-framework:1.1'
// https://jarcasting.com/artifacts/io.ddavison/getting-started-with-selenium-framework/
implementation ("io.ddavison:getting-started-with-selenium-framework:1.1")
'io.ddavison:getting-started-with-selenium-framework:jar:1.1'
<dependency org="io.ddavison" name="getting-started-with-selenium-framework" rev="1.1">
<artifact name="getting-started-with-selenium-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ddavison', module='getting-started-with-selenium-framework', version='1.1')
)
libraryDependencies += "io.ddavison" % "getting-started-with-selenium-framework" % "1.1"
[io.ddavison/getting-started-with-selenium-framework "1.1"]