com.monarchapis.api.v1.model.Extended Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of monarch-api-client Show documentation
Show all versions of monarch-api-client Show documentation
A Fluent API wrapper around Apache HTTP Client that handles both synchronous and asynchronous REST calls.
The newest version!
package com.monarchapis.api.v1.model;
import java.io.Serializable;
import java.util.HashMap;
public class Extended extends HashMap implements Serializable {
private static final long serialVersionUID = 1L;
}