| Категории |
КатегорииJUnit Тестирование компонентов |
|---|---|
| Группа | Группаorg.gebish |
| Идентификатор | Идентификаторgeb-junit4 |
| Версия | Версия0.9.0-RC-1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| geb-junit4-0.9.0-RC-1.pom | |
| geb-junit4-0.9.0-RC-1.jar | 8 KB |
| geb-junit4-0.9.0-RC-1-sources.jar | 2 KB |
| geb-junit4-0.9.0-RC-1-javadoc.jar | 21 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.gebish/geb-junit4/ -->
<dependency>
<groupId>org.gebish</groupId>
<artifactId>geb-junit4</artifactId>
<version>0.9.0-RC-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gebish/geb-junit4/
implementation 'org.gebish:geb-junit4:0.9.0-RC-1'
// https://jarcasting.com/artifacts/org.gebish/geb-junit4/
implementation ("org.gebish:geb-junit4:0.9.0-RC-1")
'org.gebish:geb-junit4:jar:0.9.0-RC-1'
<dependency org="org.gebish" name="geb-junit4" rev="0.9.0-RC-1">
<artifact name="geb-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gebish', module='geb-junit4', version='0.9.0-RC-1')
)
libraryDependencies += "org.gebish" % "geb-junit4" % "0.9.0-RC-1"
[org.gebish/geb-junit4 "0.9.0-RC-1"]