| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.infotel.seleniumRobot |
| Идентификатор | Идентификаторcore-parent |
| Последняя версия | Последняя версия4.22.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеselenium robot
Step by step test reporting framework based on webdriver, cucumber and testng, based on project seleniumtestsframework
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| core-parent-4.22.0.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.infotel.seleniumRobot/core-parent/ -->
<dependency>
<groupId>com.infotel.seleniumRobot</groupId>
<artifactId>core-parent</artifactId>
<version>4.22.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.infotel.seleniumRobot/core-parent/
implementation 'com.infotel.seleniumRobot:core-parent:4.22.0'
// https://jarcasting.com/artifacts/com.infotel.seleniumRobot/core-parent/
implementation ("com.infotel.seleniumRobot:core-parent:4.22.0")
'com.infotel.seleniumRobot:core-parent:pom:4.22.0'
<dependency org="com.infotel.seleniumRobot" name="core-parent" rev="4.22.0">
<artifact name="core-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.infotel.seleniumRobot', module='core-parent', version='4.22.0')
)
libraryDependencies += "com.infotel.seleniumRobot" % "core-parent" % "4.22.0"
[com.infotel.seleniumRobot/core-parent "4.22.0"]