| Группа | Группаcom.seleniumtests |
|---|---|
| Идентификатор | Идентификаторseleniumtestsframework |
| Версия | Версия4.0.17 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.seleniumtests/seleniumtestsframework/ -->
<dependency>
<groupId>com.seleniumtests</groupId>
<artifactId>seleniumtestsframework</artifactId>
<version>4.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.seleniumtests/seleniumtestsframework/
implementation 'com.seleniumtests:seleniumtestsframework:4.0.17'
// https://jarcasting.com/artifacts/com.seleniumtests/seleniumtestsframework/
implementation ("com.seleniumtests:seleniumtestsframework:4.0.17")
'com.seleniumtests:seleniumtestsframework:jar:4.0.17'
<dependency org="com.seleniumtests" name="seleniumtestsframework" rev="4.0.17">
<artifact name="seleniumtestsframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seleniumtests', module='seleniumtestsframework', version='4.0.17')
)
libraryDependencies += "com.seleniumtests" % "seleniumtestsframework" % "4.0.17"
[com.seleniumtests/seleniumtestsframework "4.0.17"]