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