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