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