License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Feign Net HTTP Clients |
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdcarnival-spring-boot-starter-feign |
Last Version | Last Version1.6.15 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot starters
|
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-feign/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>carnival-spring-boot-starter-feign</artifactId>
<version>1.6.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-feign/
implementation 'com.github.yingzhuo:carnival-spring-boot-starter-feign:1.6.15'
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-feign/
implementation ("com.github.yingzhuo:carnival-spring-boot-starter-feign:1.6.15")
'com.github.yingzhuo:carnival-spring-boot-starter-feign:jar:1.6.15'
<dependency org="com.github.yingzhuo" name="carnival-spring-boot-starter-feign" rev="1.6.15">
<artifact name="carnival-spring-boot-starter-feign" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='carnival-spring-boot-starter-feign', version='1.6.15')
)
libraryDependencies += "com.github.yingzhuo" % "carnival-spring-boot-starter-feign" % "1.6.15"
[com.github.yingzhuo/carnival-spring-boot-starter-feign "1.6.15"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.2.7.RELEASE |
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.7.RELEASE |
junit : junit | jar | 4.13 |