| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesFeign Net HTTP Clients | 
        
| GroupId | GroupIdcn.t | 
    
| ArtifactId | ArtifactIdfeign-parent-pom | 
    
| Version | Version1.0.2.RELEASE | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionfeign-parent-pom 
            feign-parent-pom 
         | 
    
| Filename | Size | 
|---|---|
| feign-parent-pom-1.0.2.RELEASE.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.t/feign-parent-pom/ -->
<dependency>
    <groupId>cn.t</groupId>
    <artifactId>feign-parent-pom</artifactId>
    <version>1.0.2.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.t/feign-parent-pom/
implementation 'cn.t:feign-parent-pom:1.0.2.RELEASE'
                // https://jarcasting.com/artifacts/cn.t/feign-parent-pom/
implementation ("cn.t:feign-parent-pom:1.0.2.RELEASE")
                'cn.t:feign-parent-pom:pom:1.0.2.RELEASE'
                <dependency org="cn.t" name="feign-parent-pom" rev="1.0.2.RELEASE">
  <artifact name="feign-parent-pom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.t', module='feign-parent-pom', version='1.0.2.RELEASE')
)
                libraryDependencies += "cn.t" % "feign-parent-pom" % "1.0.2.RELEASE"
                [cn.t/feign-parent-pom "1.0.2.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.cloud : spring-cloud-openfeign-core | jar | 2.2.6.RELEASE | 
| io.github.openfeign : feign-core | jar | 10.10.1 |