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