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