| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.gebish |
| Идентификатор | Идентификаторgeb-test-common |
| Версия | Версия2.1 |
| Тип | Типjar |
| Описание |
ОписаниеGeb Test Common
Geb (pronounced "jeb") module containig code common to test integrations.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| geb-test-common-2.1.pom | |
| geb-test-common-2.1.jar | 1 KB |
| geb-test-common-2.1-sources.jar | 1 KB |
| geb-test-common-2.1-javadoc.jar | 27 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.gebish/geb-test-common/ -->
<dependency>
<groupId>org.gebish</groupId>
<artifactId>geb-test-common</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gebish/geb-test-common/
implementation 'org.gebish:geb-test-common:2.1'
// https://jarcasting.com/artifacts/org.gebish/geb-test-common/
implementation ("org.gebish:geb-test-common:2.1")
'org.gebish:geb-test-common:jar:2.1'
<dependency org="org.gebish" name="geb-test-common" rev="2.1">
<artifact name="geb-test-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gebish', module='geb-test-common', version='2.1')
)
libraryDependencies += "org.gebish" % "geb-test-common" % "2.1"
[org.gebish/geb-test-common "2.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.codehaus.groovy : groovy-all | jar | 2.4.7 |
| junit : junit | jar | 4.10 |