is not current version
Last Version 1.0.2

com.github.metair.jersey:exception-mapper 1.0.1

this library will add some custom exceptions and providers to handle those exceptions to make it easier for both client and server side developers to find out what went wrong

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.github.metair.jersey
ArtifactId

ArtifactId

exception-mapper
Version

Version

1.0.1
Type

Type

jar

Download exception-mapper 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.metair.jersey/exception-mapper/ -->
<dependency>
    <groupId>com.github.metair.jersey</groupId>
    <artifactId>exception-mapper</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.metair.jersey/exception-mapper/
implementation 'com.github.metair.jersey:exception-mapper:1.0.1'
// https://jarcasting.com/artifacts/com.github.metair.jersey/exception-mapper/
implementation ("com.github.metair.jersey:exception-mapper:1.0.1")
'com.github.metair.jersey:exception-mapper:jar:1.0.1'
<dependency org="com.github.metair.jersey" name="exception-mapper" rev="1.0.1">
  <artifact name="exception-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.metair.jersey', module='exception-mapper', version='1.0.1')
)
libraryDependencies += "com.github.metair.jersey" % "exception-mapper" % "1.0.1"
[com.github.metair.jersey/exception-mapper "1.0.1"]