не последняя версия
Последняя версия 6.0.2

com.seleniumtests:seleniumtestsframework 1.0

Step by step test reporting framework based on webdriver and testng

Группа

Группа

com.seleniumtests
Идентификатор

Идентификатор

seleniumtestsframework
Версия

Версия

1.0
Тип

Тип

jar

Скачать seleniumtestsframework 1.0


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