DEPRECATED: apibuilder
Use Retrofit to create API interfaces instead.
| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.jakewharton | 
    
| ArtifactId | ArtifactIdapibuilder | 
    
| Last Version | Last Version1.1.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionAPI Builder 
            A Java utility class which facilitates the construction of RESTful API wrappers using the builder pattern. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| apibuilder-1.1.1.pom | |
| apibuilder-1.1.1.jar | 10 KB | 
| apibuilder-1.1.1-sources.jar | 5 KB | 
| apibuilder-1.1.1-javadoc.jar | 37 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.jakewharton/apibuilder/ -->
<dependency>
    <groupId>com.jakewharton</groupId>
    <artifactId>apibuilder</artifactId>
    <version>1.1.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.jakewharton/apibuilder/
implementation 'com.jakewharton:apibuilder:1.1.1'
                // https://jarcasting.com/artifacts/com.jakewharton/apibuilder/
implementation ("com.jakewharton:apibuilder:1.1.1")
                'com.jakewharton:apibuilder:jar:1.1.1'
                <dependency org="com.jakewharton" name="apibuilder" rev="1.1.1">
  <artifact name="apibuilder" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.jakewharton', module='apibuilder', version='1.1.1')
)
                libraryDependencies += "com.jakewharton" % "apibuilder" % "1.1.1"
                [com.jakewharton/apibuilder "1.1.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.2 | 
Use Retrofit to create API interfaces instead.