Categories |
CategoriesFeign Net HTTP Clients |
---|---|
GroupId | GroupIdcom.outegret |
ArtifactId | ArtifactIdsupport-feign |
Version | Version1.5.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.outegret/support-feign/ -->
<dependency>
<groupId>com.outegret</groupId>
<artifactId>support-feign</artifactId>
<version>1.5.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.outegret/support-feign/
implementation 'com.outegret:support-feign:1.5.2.RELEASE'
// https://jarcasting.com/artifacts/com.outegret/support-feign/
implementation ("com.outegret:support-feign:1.5.2.RELEASE")
'com.outegret:support-feign:jar:1.5.2.RELEASE'
<dependency org="com.outegret" name="support-feign" rev="1.5.2.RELEASE">
<artifact name="support-feign" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outegret', module='support-feign', version='1.5.2.RELEASE')
)
libraryDependencies += "com.outegret" % "support-feign" % "1.5.2.RELEASE"
[com.outegret/support-feign "1.5.2.RELEASE"]