is not current version
Last Version 1.0.8.RELEASE

cn.t:common-feign 1.0.2.RELEASE


Categories

Categories

Feign Net HTTP Clients
GroupId

GroupId

cn.t
ArtifactId

ArtifactId

common-feign
Version

Version

1.0.2.RELEASE
Type

Type

jar

Download common-feign 1.0.2.RELEASE


<!-- https://jarcasting.com/artifacts/cn.t/common-feign/ -->
<dependency>
    <groupId>cn.t</groupId>
    <artifactId>common-feign</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.t/common-feign/
implementation 'cn.t:common-feign:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/cn.t/common-feign/
implementation ("cn.t:common-feign:1.0.2.RELEASE")
'cn.t:common-feign:jar:1.0.2.RELEASE'
<dependency org="cn.t" name="common-feign" rev="1.0.2.RELEASE">
  <artifact name="common-feign" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.t', module='common-feign', version='1.0.2.RELEASE')
)
libraryDependencies += "cn.t" % "common-feign" % "1.0.2.RELEASE"
[cn.t/common-feign "1.0.2.RELEASE"]