is not current version
Last Version 6.0.2

com.seleniumtests:seleniumtestsframework 6.0.1

Step by step test reporting framework based on webdriver and testng

GroupId

GroupId

com.seleniumtests
ArtifactId

ArtifactId

seleniumtestsframework
Version

Version

6.0.1
Type

Type

jar

Download seleniumtestsframework 6.0.1


<!-- https://jarcasting.com/artifacts/com.seleniumtests/seleniumtestsframework/ -->
<dependency>
    <groupId>com.seleniumtests</groupId>
    <artifactId>seleniumtestsframework</artifactId>
    <version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.seleniumtests/seleniumtestsframework/
implementation 'com.seleniumtests:seleniumtestsframework:6.0.1'
// https://jarcasting.com/artifacts/com.seleniumtests/seleniumtestsframework/
implementation ("com.seleniumtests:seleniumtestsframework:6.0.1")
'com.seleniumtests:seleniumtestsframework:jar:6.0.1'
<dependency org="com.seleniumtests" name="seleniumtestsframework" rev="6.0.1">
  <artifact name="seleniumtestsframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seleniumtests', module='seleniumtestsframework', version='6.0.1')
)
libraryDependencies += "com.seleniumtests" % "seleniumtestsframework" % "6.0.1"
[com.seleniumtests/seleniumtestsframework "6.0.1"]