License |
License |
---|---|
Categories |
CategoriesFeign Net HTTP Clients |
GroupId | GroupIdcom.github.minglie |
ArtifactId | ArtifactIdming-feign |
Last Version | Last Version0.0.20-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionming_feign
Demo project for Spring Boot
|
Filename | Size |
---|---|
ming-feign-0.0.20-RELEASE.pom | |
ming-feign-0.0.20-RELEASE.jar | 20 KB |
ming-feign-0.0.20-RELEASE-sources.jar | 9 KB |
ming-feign-0.0.20-RELEASE-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.minglie/ming-feign/ -->
<dependency>
<groupId>com.github.minglie</groupId>
<artifactId>ming-feign</artifactId>
<version>0.0.20-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.minglie/ming-feign/
implementation 'com.github.minglie:ming-feign:0.0.20-RELEASE'
// https://jarcasting.com/artifacts/com.github.minglie/ming-feign/
implementation ("com.github.minglie:ming-feign:0.0.20-RELEASE")
'com.github.minglie:ming-feign:jar:0.0.20-RELEASE'
<dependency org="com.github.minglie" name="ming-feign" rev="0.0.20-RELEASE">
<artifact name="ming-feign" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.minglie', module='ming-feign', version='0.0.20-RELEASE')
)
libraryDependencies += "com.github.minglie" % "ming-feign" % "0.0.20-RELEASE"
[com.github.minglie/ming-feign "0.0.20-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.3.RELEASE |
org.projectlombok : lombok Optional | jar | 1.18.6 |
com.alibaba : fastjson | jar | 1.2.15 |
org.mybatis : mybatis | jar | 3.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |