| Группа | Группаcom.seleniumtests |
|---|---|
| Идентификатор | Идентификаторseleniumtestsframework |
| Версия | Версия5.23 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| seleniumtestsframework-5.23.pom | |
| seleniumtestsframework-5.23.jar | 21 MB |
| seleniumtestsframework-5.23-sources.jar | 21 MB |
| seleniumtestsframework-5.23-javadoc.jar | 662 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.seleniumtests/seleniumtestsframework/ -->
<dependency>
<groupId>com.seleniumtests</groupId>
<artifactId>seleniumtestsframework</artifactId>
<version>5.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.seleniumtests/seleniumtestsframework/
implementation 'com.seleniumtests:seleniumtestsframework:5.23'
// https://jarcasting.com/artifacts/com.seleniumtests/seleniumtestsframework/
implementation ("com.seleniumtests:seleniumtestsframework:5.23")
'com.seleniumtests:seleniumtestsframework:jar:5.23'
<dependency org="com.seleniumtests" name="seleniumtestsframework" rev="5.23">
<artifact name="seleniumtestsframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seleniumtests', module='seleniumtestsframework', version='5.23')
)
libraryDependencies += "com.seleniumtests" % "seleniumtestsframework" % "5.23"
[com.seleniumtests/seleniumtestsframework "5.23"]