| Лицензия |
Лицензия
MIT License
|
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Feign Сеть HTTP Clients |
| Группа | Группаcom.github.mlk |
| Идентификатор | Идентификаторspring-boot-exceptions-feign |
| Последняя версия | Последняя версия1.1.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSpring Boot Exceptions
Simple exceptions-to-Spring Boot web Exceptions
|
<!-- https://jarcasting.com/artifacts/com.github.mlk/spring-boot-exceptions-feign/ -->
<dependency>
<groupId>com.github.mlk</groupId>
<artifactId>spring-boot-exceptions-feign</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mlk/spring-boot-exceptions-feign/
implementation 'com.github.mlk:spring-boot-exceptions-feign:1.1.4'
// https://jarcasting.com/artifacts/com.github.mlk/spring-boot-exceptions-feign/
implementation ("com.github.mlk:spring-boot-exceptions-feign:1.1.4")
'com.github.mlk:spring-boot-exceptions-feign:jar:1.1.4'
<dependency org="com.github.mlk" name="spring-boot-exceptions-feign" rev="1.1.4">
<artifact name="spring-boot-exceptions-feign" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mlk', module='spring-boot-exceptions-feign', version='1.1.4')
)
libraryDependencies += "com.github.mlk" % "spring-boot-exceptions-feign" % "1.1.4"
[com.github.mlk/spring-boot-exceptions-feign "1.1.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.mlk : spring-boot-exceptions | jar | 1.1.48 |
| io.github.openfeign : feign-core | jar | 9.4.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.1.RELEASE |