| Categories | 
                CategoriesFeign Net HTTP Clients | 
        
|---|---|
| GroupId | GroupIdcn.t | 
    
| ArtifactId | ArtifactIdfeign-parent-pom | 
    
| Version | Version1.0.7.RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| feign-parent-pom-1.0.7.RELEASE.pom | 875 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.t/feign-parent-pom/ -->
<dependency>
    <groupId>cn.t</groupId>
    <artifactId>feign-parent-pom</artifactId>
    <version>1.0.7.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.t/feign-parent-pom/
implementation 'cn.t:feign-parent-pom:1.0.7.RELEASE'
                // https://jarcasting.com/artifacts/cn.t/feign-parent-pom/
implementation ("cn.t:feign-parent-pom:1.0.7.RELEASE")
                'cn.t:feign-parent-pom:pom:1.0.7.RELEASE'
                <dependency org="cn.t" name="feign-parent-pom" rev="1.0.7.RELEASE">
  <artifact name="feign-parent-pom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.t', module='feign-parent-pom', version='1.0.7.RELEASE')
)
                libraryDependencies += "cn.t" % "feign-parent-pom" % "1.0.7.RELEASE"
                [cn.t/feign-parent-pom "1.0.7.RELEASE"]