| Categories | 
                CategoriesFeign Net HTTP Clients | 
        
|---|---|
| GroupId | GroupIdio.github.moyada | 
    
| ArtifactId | ArtifactIdfeign-help | 
    
| Version | Version1.0.0-RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| feign-help-1.0.0-RELEASE.pom | |
| feign-help-1.0.0-RELEASE.jar | 30 KB | 
| feign-help-1.0.0-RELEASE-sources.jar | 19 KB | 
| feign-help-1.0.0-RELEASE-javadoc.jar | 120 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.moyada/feign-help/ -->
<dependency>
    <groupId>io.github.moyada</groupId>
    <artifactId>feign-help</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.moyada/feign-help/
implementation 'io.github.moyada:feign-help:1.0.0-RELEASE'
                // https://jarcasting.com/artifacts/io.github.moyada/feign-help/
implementation ("io.github.moyada:feign-help:1.0.0-RELEASE")
                'io.github.moyada:feign-help:jar:1.0.0-RELEASE'
                <dependency org="io.github.moyada" name="feign-help" rev="1.0.0-RELEASE">
  <artifact name="feign-help" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.moyada', module='feign-help', version='1.0.0-RELEASE')
)
                libraryDependencies += "io.github.moyada" % "feign-help" % "1.0.0-RELEASE"
                [io.github.moyada/feign-help "1.0.0-RELEASE"]