License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.github.ngeor |
ArtifactId | ArtifactIdspring-exception-handler |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-exception-handler
An exception handler for Spring that takes care of Http client and server exceptions
|
<!-- https://jarcasting.com/artifacts/com.github.ngeor/spring-exception-handler/ -->
<dependency>
<groupId>com.github.ngeor</groupId>
<artifactId>spring-exception-handler</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ngeor/spring-exception-handler/
implementation 'com.github.ngeor:spring-exception-handler:1.0.0'
// https://jarcasting.com/artifacts/com.github.ngeor/spring-exception-handler/
implementation ("com.github.ngeor:spring-exception-handler:1.0.0")
'com.github.ngeor:spring-exception-handler:jar:1.0.0'
<dependency org="com.github.ngeor" name="spring-exception-handler" rev="1.0.0">
<artifact name="spring-exception-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ngeor', module='spring-exception-handler', version='1.0.0')
)
libraryDependencies += "com.github.ngeor" % "spring-exception-handler" % "1.0.0"
[com.github.ngeor/spring-exception-handler "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 5.0.6.RELEASE |
org.springframework : spring-context | jar | 5.0.6.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.assertj : assertj-core | jar | 3.9.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |