| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаcom.github.metair.jersey |
| Идентификатор | Идентификаторexception-mapper |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcustom 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
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.glassfish.jersey.core : jersey-server | jar | 2.27 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.27 |