| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGrails Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаorg.grails.plugins |
| Идентификатор | Идентификаторgeb |
| Последняя версия | Последняя версия3.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеGrails Geb Plugin
Provides Integration with Geb for Functional Testing
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| geb-3.0.0.pom | |
| geb-3.0.0-sources.jar | 858 bytes |
| geb-3.0.0-plugin.xml | 704 bytes |
| geb-3.0.0-plain.jar | 3 KB |
| geb-3.0.0-javadoc.jar | 27 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.grails.plugins/geb/ -->
<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>geb</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.grails.plugins/geb/
implementation 'org.grails.plugins:geb:3.0.0'
// https://jarcasting.com/artifacts/org.grails.plugins/geb/
implementation ("org.grails.plugins:geb:3.0.0")
'org.grails.plugins:geb:pom:3.0.0'
<dependency org="org.grails.plugins" name="geb" rev="3.0.0">
<artifact name="geb" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.grails.plugins', module='geb', version='3.0.0')
)
libraryDependencies += "org.grails.plugins" % "geb" % "3.0.0"
[org.grails.plugins/geb "3.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.grails : grails-core | jar | 5.1.8 |
| org.gebish : geb-spock | jar | 5.1 |