is not current version
Last Version 1.2.0

cz.jirutka.spring:spring-rest-exception-handler 1.1.0

A pluggable exception handler for RESTful APIs.

GroupId

GroupId

cz.jirutka.spring
ArtifactId

ArtifactId

spring-rest-exception-handler
Version

Version

1.1.0
Type

Type

jar

Download spring-rest-exception-handler 1.1.0


<!-- https://jarcasting.com/artifacts/cz.jirutka.spring/spring-rest-exception-handler/ -->
<dependency>
    <groupId>cz.jirutka.spring</groupId>
    <artifactId>spring-rest-exception-handler</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cz.jirutka.spring/spring-rest-exception-handler/
implementation 'cz.jirutka.spring:spring-rest-exception-handler:1.1.0'
// https://jarcasting.com/artifacts/cz.jirutka.spring/spring-rest-exception-handler/
implementation ("cz.jirutka.spring:spring-rest-exception-handler:1.1.0")
'cz.jirutka.spring:spring-rest-exception-handler:jar:1.1.0'
<dependency org="cz.jirutka.spring" name="spring-rest-exception-handler" rev="1.1.0">
  <artifact name="spring-rest-exception-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.jirutka.spring', module='spring-rest-exception-handler', version='1.1.0')
)
libraryDependencies += "cz.jirutka.spring" % "spring-rest-exception-handler" % "1.1.0"
[cz.jirutka.spring/spring-rest-exception-handler "1.1.0"]