| Лицензия |
Лицензия |
|---|---|
| Группа | Группаru.i-novus.components |
| Идентификатор | Идентификаторcommon-exception-handling |
| Последняя версия | Последняя версия1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеI-Novus Common Exception Handling library
Handle exceptions and make them codified in Spring Framework appearance
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| common-exception-handling-1.1.pom | |
| common-exception-handling-1.1.jar | 12 KB |
| common-exception-handling-1.1-sources.jar | 9 KB |
| common-exception-handling-1.1-javadoc.jar | 448 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ru.i-novus.components/common-exception-handling/ -->
<dependency>
<groupId>ru.i-novus.components</groupId>
<artifactId>common-exception-handling</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.i-novus.components/common-exception-handling/
implementation 'ru.i-novus.components:common-exception-handling:1.1'
// https://jarcasting.com/artifacts/ru.i-novus.components/common-exception-handling/
implementation ("ru.i-novus.components:common-exception-handling:1.1")
'ru.i-novus.components:common-exception-handling:jar:1.1'
<dependency org="ru.i-novus.components" name="common-exception-handling" rev="1.1">
<artifact name="common-exception-handling" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.i-novus.components', module='common-exception-handling', version='1.1')
)
libraryDependencies += "ru.i-novus.components" % "common-exception-handling" % "1.1"
[ru.i-novus.components/common-exception-handling "1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-context | jar | 5.1.3.RELEASE |