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