| GroupId | GroupIdcom.seleniumtests |
|---|---|
| ArtifactId | ArtifactIdseleniumtestsframework |
| Version | Version5.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| seleniumtestsframework-5.3.pom | |
| seleniumtestsframework-5.3.jar | 21 MB |
| seleniumtestsframework-5.3-sources.jar | 21 MB |
| seleniumtestsframework-5.3-javadoc.jar | 660 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.seleniumtests/seleniumtestsframework/ -->
<dependency>
<groupId>com.seleniumtests</groupId>
<artifactId>seleniumtestsframework</artifactId>
<version>5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.seleniumtests/seleniumtestsframework/
implementation 'com.seleniumtests:seleniumtestsframework:5.3'
// https://jarcasting.com/artifacts/com.seleniumtests/seleniumtestsframework/
implementation ("com.seleniumtests:seleniumtestsframework:5.3")
'com.seleniumtests:seleniumtestsframework:jar:5.3'
<dependency org="com.seleniumtests" name="seleniumtestsframework" rev="5.3">
<artifact name="seleniumtestsframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seleniumtests', module='seleniumtestsframework', version='5.3')
)
libraryDependencies += "com.seleniumtests" % "seleniumtestsframework" % "5.3"
[com.seleniumtests/seleniumtestsframework "5.3"]