| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.raychatter |
| Идентификатор | Идентификаторspring-restful-exception-handler |
| Последняя версия | Последняя версия2.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеspring-restful-exception-handler
Custom exception handler annotation for Spring to unify the error handling.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/com.github.raychatter/spring-restful-exception-handler/ -->
<dependency>
<groupId>com.github.raychatter</groupId>
<artifactId>spring-restful-exception-handler</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.raychatter/spring-restful-exception-handler/
implementation 'com.github.raychatter:spring-restful-exception-handler:2.0.1'
// https://jarcasting.com/artifacts/com.github.raychatter/spring-restful-exception-handler/
implementation ("com.github.raychatter:spring-restful-exception-handler:2.0.1")
'com.github.raychatter:spring-restful-exception-handler:jar:2.0.1'
<dependency org="com.github.raychatter" name="spring-restful-exception-handler" rev="2.0.1">
<artifact name="spring-restful-exception-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.raychatter', module='spring-restful-exception-handler', version='2.0.1')
)
libraryDependencies += "com.github.raychatter" % "spring-restful-exception-handler" % "2.0.1"
[com.github.raychatter/spring-restful-exception-handler "2.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-webmvc | jar | 3.1.1.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.mockito : mockito-all | jar | 1.9.0 |