| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.aenniw |
| Идентификатор | Идентификаторjrobot-parent |
| Последняя версия | Последняя версия3.6.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеServes remote test libraries for Robot Framework that are implemented in Java.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| jrobot-parent-3.6.0.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.aenniw/jrobot-parent/ -->
<dependency>
<groupId>com.github.aenniw</groupId>
<artifactId>jrobot-parent</artifactId>
<version>3.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.aenniw/jrobot-parent/
implementation 'com.github.aenniw:jrobot-parent:3.6.0'
// https://jarcasting.com/artifacts/com.github.aenniw/jrobot-parent/
implementation ("com.github.aenniw:jrobot-parent:3.6.0")
'com.github.aenniw:jrobot-parent:pom:3.6.0'
<dependency org="com.github.aenniw" name="jrobot-parent" rev="3.6.0">
<artifact name="jrobot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.aenniw', module='jrobot-parent', version='3.6.0')
)
libraryDependencies += "com.github.aenniw" % "jrobot-parent" % "3.6.0"
[com.github.aenniw/jrobot-parent "3.6.0"]