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