Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIduk.ac.cam.automation |
ArtifactId | ArtifactIdseleniumframework |
Version | Version2.0.0-alpha-2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/uk.ac.cam.automation/seleniumframework/ -->
<dependency>
<groupId>uk.ac.cam.automation</groupId>
<artifactId>seleniumframework</artifactId>
<version>2.0.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.cam.automation/seleniumframework/
implementation 'uk.ac.cam.automation:seleniumframework:2.0.0-alpha-2'
// https://jarcasting.com/artifacts/uk.ac.cam.automation/seleniumframework/
implementation ("uk.ac.cam.automation:seleniumframework:2.0.0-alpha-2")
'uk.ac.cam.automation:seleniumframework:jar:2.0.0-alpha-2'
<dependency org="uk.ac.cam.automation" name="seleniumframework" rev="2.0.0-alpha-2">
<artifact name="seleniumframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.cam.automation', module='seleniumframework', version='2.0.0-alpha-2')
)
libraryDependencies += "uk.ac.cam.automation" % "seleniumframework" % "2.0.0-alpha-2"
[uk.ac.cam.automation/seleniumframework "2.0.0-alpha-2"]