| Categories | 
                CategoriesRetrofit Net HTTP Clients | 
        
|---|---|
| GroupId | GroupIdcom.github.cd-butterfly | 
    
| ArtifactId | ArtifactIdretrofit-compiler | 
    
| Version | Version1.0.0-release | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.github.cd-butterfly/retrofit-compiler/ -->
<dependency>
    <groupId>com.github.cd-butterfly</groupId>
    <artifactId>retrofit-compiler</artifactId>
    <version>1.0.0-release</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.cd-butterfly/retrofit-compiler/
implementation 'com.github.cd-butterfly:retrofit-compiler:1.0.0-release'
                // https://jarcasting.com/artifacts/com.github.cd-butterfly/retrofit-compiler/
implementation ("com.github.cd-butterfly:retrofit-compiler:1.0.0-release")
                'com.github.cd-butterfly:retrofit-compiler:jar:1.0.0-release'
                <dependency org="com.github.cd-butterfly" name="retrofit-compiler" rev="1.0.0-release">
  <artifact name="retrofit-compiler" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.cd-butterfly', module='retrofit-compiler', version='1.0.0-release')
)
                libraryDependencies += "com.github.cd-butterfly" % "retrofit-compiler" % "1.0.0-release"
                [com.github.cd-butterfly/retrofit-compiler "1.0.0-release"]