c

church.i18n.error.spring

Unification of error handling (not only) for RESTful servers Project name: church.i18n.error.spring Rest Exception Handling: library extends church.i18n.error library and adds functionality to easily handle and manipulate with exceptions in Spring REST projects. Predefined sets of exception handlers together with response mappers makes it easy to deal with exceptions in your application.
https://bitbucket.org/i18n_church/church.i18n.error.spring
The MIT License
Juraj Jurčo
Files download
File Operation
church.i18n.error.spring-2019.0.jar download
church.i18n.error.spring-2019.0.pom download
church.i18n.error.spring-2019.0-sources.jar download
Apache Maven
<dependency>
  <groupId>church.i18n</groupId>
  <artifactId>church.i18n.error.spring</artifactId>
  <version>2019.0</version>
</dependency>
Gradle Groovy
implementation 'church.i18n:church.i18n.error.spring:2019.0'
Gradle Kotlin
implementation("church.i18n:church.i18n.error.spring:2019.0")
Scala SBT
libraryDependencies += "church.i18n" % "church.i18n.error.spring" % "2019.0"
Groovy Grape
@Grapes(
  @Grab(group='church.i18n', module='church.i18n.error.spring', version='2019.0')
)
Apache Ivy
<dependency org="church.i18n" name="church.i18n.error.spring" rev="2019.0" />
Leiningen
[church.i18n/church.i18n.error.spring "2019.0"]
Apache Buildr
'church.i18n:church.i18n.error.spring:jar:2019.0'