Categories |
CategoriesFeign Net HTTP Clients |
---|---|
GroupId | GroupIdcom.github.life-lab |
ArtifactId | ArtifactIdcommon-feign |
Version | Version0.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.life-lab/common-feign/ -->
<dependency>
<groupId>com.github.life-lab</groupId>
<artifactId>common-feign</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.life-lab/common-feign/
implementation 'com.github.life-lab:common-feign:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.life-lab/common-feign/
implementation ("com.github.life-lab:common-feign:0.0.1-RELEASE")
'com.github.life-lab:common-feign:jar:0.0.1-RELEASE'
<dependency org="com.github.life-lab" name="common-feign" rev="0.0.1-RELEASE">
<artifact name="common-feign" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.life-lab', module='common-feign', version='0.0.1-RELEASE')
)
libraryDependencies += "com.github.life-lab" % "common-feign" % "0.0.1-RELEASE"
[com.github.life-lab/common-feign "0.0.1-RELEASE"]