| Categories | 
                CategoriesFeign Net HTTP Clients | 
        
|---|---|
| GroupId | GroupIdzone.gryphon.telegram | 
    
| ArtifactId | ArtifactIdtelegram-feign-api | 
    
| Version | Version0.1.14-43e895c | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/zone.gryphon.telegram/telegram-feign-api/ -->
<dependency>
    <groupId>zone.gryphon.telegram</groupId>
    <artifactId>telegram-feign-api</artifactId>
    <version>0.1.14-43e895c</version>
</dependency>
                // https://jarcasting.com/artifacts/zone.gryphon.telegram/telegram-feign-api/
implementation 'zone.gryphon.telegram:telegram-feign-api:0.1.14-43e895c'
                // https://jarcasting.com/artifacts/zone.gryphon.telegram/telegram-feign-api/
implementation ("zone.gryphon.telegram:telegram-feign-api:0.1.14-43e895c")
                'zone.gryphon.telegram:telegram-feign-api:jar:0.1.14-43e895c'
                <dependency org="zone.gryphon.telegram" name="telegram-feign-api" rev="0.1.14-43e895c">
  <artifact name="telegram-feign-api" type="jar" />
</dependency>
                @Grapes(
@Grab(group='zone.gryphon.telegram', module='telegram-feign-api', version='0.1.14-43e895c')
)
                libraryDependencies += "zone.gryphon.telegram" % "telegram-feign-api" % "0.1.14-43e895c"
                [zone.gryphon.telegram/telegram-feign-api "0.1.14-43e895c"]