API Builder

A Java utility class which facilitates the construction of RESTful API wrappers using the builder pattern.

License

License

GroupId

GroupId

com.jakewharton
ArtifactId

ArtifactId

apibuilder
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

API Builder
A Java utility class which facilitates the construction of RESTful API wrappers using the builder pattern.
Project URL

Project URL

https://github.com/JakeWharton/apibuilder/
Project Organization

Project Organization

Jake Wharton
Source Code Management

Source Code Management

http://github.com/JakeWharton/apibuilder/

Download apibuilder

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

DEPRECATED: apibuilder

Use Retrofit to create API interfaces instead.

Versions

Version
1.1.1
1.1.0
1.0.0