License |
License |
---|---|
GroupId | GroupIdcom.github.raychatter |
ArtifactId | ArtifactIdspring-restful-exception-handler |
Version | Version2.0.1 |
Type | Typejar |
Description |
Descriptionspring-restful-exception-handler
Custom exception handler annotation for Spring to unify the error handling.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-webmvc | jar | 3.1.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.9.0 |