License |
License |
---|---|
Categories |
CategoriesFeign Net HTTP Clients |
GroupId | GroupIdtop.potens |
ArtifactId | ArtifactIdpapio-feign |
Last Version | Last Version1.0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpapio-feign
基于Spring Boot二次封装的业务框架-feign
|
Project URL |
Project URL |
Filename | Size |
---|---|
papio-feign-1.0.10.pom | |
papio-feign-1.0.10.jar | 6 KB |
papio-feign-1.0.10-sources.jar | 4 KB |
papio-feign-1.0.10-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.potens/papio-feign/ -->
<dependency>
<groupId>top.potens</groupId>
<artifactId>papio-feign</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/top.potens/papio-feign/
implementation 'top.potens:papio-feign:1.0.10'
// https://jarcasting.com/artifacts/top.potens/papio-feign/
implementation ("top.potens:papio-feign:1.0.10")
'top.potens:papio-feign:jar:1.0.10'
<dependency org="top.potens" name="papio-feign" rev="1.0.10">
<artifact name="papio-feign" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.potens', module='papio-feign', version='1.0.10')
)
libraryDependencies += "top.potens" % "papio-feign" % "1.0.10"
[top.potens/papio-feign "1.0.10"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-starter-openfeign | jar | 2.2.0.RELEASE |
top.potens : papio-log | jar | 1.0.10 |
org.springframework.boot : spring-boot-starter-web | jar | 2.2.2.RELEASE |