| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаorg.gebish |
| Идентификатор | Идентификаторgeb-junit4 |
| Последняя версия | Последняя версия5.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGeb for JUnit 4
Geb (pronounced "jeb") integration with the JUnit 4 test framework.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| geb-junit4-5.1.pom | |
| geb-junit4-5.1.jar | 8 KB |
| geb-junit4-5.1-sources.jar | 3 KB |
| geb-junit4-5.1-javadoc.jar | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.gebish/geb-junit4/ -->
<dependency>
<groupId>org.gebish</groupId>
<artifactId>geb-junit4</artifactId>
<version>5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gebish/geb-junit4/
implementation 'org.gebish:geb-junit4:5.1'
// https://jarcasting.com/artifacts/org.gebish/geb-junit4/
implementation ("org.gebish:geb-junit4:5.1")
'org.gebish:geb-junit4:jar:5.1'
<dependency org="org.gebish" name="geb-junit4" rev="5.1">
<artifact name="geb-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gebish', module='geb-junit4', version='5.1')
)
libraryDependencies += "org.gebish" % "geb-junit4" % "5.1"
[org.gebish/geb-junit4 "5.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.gebish : geb-core | jar | 5.1 |
| org.codehaus.groovy : groovy | jar | |
| org.codehaus.groovy : groovy-templates | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.gebish : geb-junit | jar | 5.1 |
| junit : junit | jar | 4.13.2 |