License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.github.metair.jersey |
ArtifactId | ArtifactIdexception-mapper |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncustom exceptions and exception mappers for jersey
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
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
exception-mapper-1.0.2.pom | |
exception-mapper-1.0.2.jar | 47 KB |
exception-mapper-1.0.2-sources.jar | 29 KB |
exception-mapper-1.0.2-javadoc.jar | 282 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.metair.jersey/exception-mapper/ -->
<dependency>
<groupId>com.github.metair.jersey</groupId>
<artifactId>exception-mapper</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.metair.jersey/exception-mapper/
implementation 'com.github.metair.jersey:exception-mapper:1.0.2'
// https://jarcasting.com/artifacts/com.github.metair.jersey/exception-mapper/
implementation ("com.github.metair.jersey:exception-mapper:1.0.2")
'com.github.metair.jersey:exception-mapper:jar:1.0.2'
<dependency org="com.github.metair.jersey" name="exception-mapper" rev="1.0.2">
<artifact name="exception-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.metair.jersey', module='exception-mapper', version='1.0.2')
)
libraryDependencies += "com.github.metair.jersey" % "exception-mapper" % "1.0.2"
[com.github.metair.jersey/exception-mapper "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.core : jersey-server | jar | 2.27 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.27 |