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