| GroupId | GroupIdcom.seleniumtests |
|---|---|
| ArtifactId | ArtifactIdseleniumtestsframework |
| Version | Version3.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.seleniumtests/seleniumtestsframework/ -->
<dependency>
<groupId>com.seleniumtests</groupId>
<artifactId>seleniumtestsframework</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.seleniumtests/seleniumtestsframework/
implementation 'com.seleniumtests:seleniumtestsframework:3.0'
// https://jarcasting.com/artifacts/com.seleniumtests/seleniumtestsframework/
implementation ("com.seleniumtests:seleniumtestsframework:3.0")
'com.seleniumtests:seleniumtestsframework:jar:3.0'
<dependency org="com.seleniumtests" name="seleniumtestsframework" rev="3.0">
<artifact name="seleniumtestsframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seleniumtests', module='seleniumtestsframework', version='3.0')
)
libraryDependencies += "com.seleniumtests" % "seleniumtestsframework" % "3.0"
[com.seleniumtests/seleniumtestsframework "3.0"]