| Лицензия |
Лицензия |
|---|---|
| Группа | Группаat.willhaben.willtest |
| Идентификатор | Идентификаторwilltest |
| Последняя версия | Последняя версия3.1.10 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеat.willhaben.willtest:willtest
A collection of junit rules and other classes which help in testing your application with selenium
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикwillhaben internet service GmbH & Co KG |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| willtest-3.1.10.pom | 16 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/at.willhaben.willtest/willtest/ -->
<dependency>
<groupId>at.willhaben.willtest</groupId>
<artifactId>willtest</artifactId>
<version>3.1.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/at.willhaben.willtest/willtest/
implementation 'at.willhaben.willtest:willtest:3.1.10'
// https://jarcasting.com/artifacts/at.willhaben.willtest/willtest/
implementation ("at.willhaben.willtest:willtest:3.1.10")
'at.willhaben.willtest:willtest:pom:3.1.10'
<dependency org="at.willhaben.willtest" name="willtest" rev="3.1.10">
<artifact name="willtest" type="pom" />
</dependency>
@Grapes(
@Grab(group='at.willhaben.willtest', module='willtest', version='3.1.10')
)
libraryDependencies += "at.willhaben.willtest" % "willtest" % "3.1.10"
[at.willhaben.willtest/willtest "3.1.10"]