com.uwetrottmann.getglue.entities.GetGlueObjects Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of getglue-java Show documentation
Show all versions of getglue-java Show documentation
A Java wrapper around the v3 API of tvtag (formerly GetGlue) using retrofit.
package com.uwetrottmann.getglue.entities;
import java.util.List;
public class GetGlueObjects {
public List objects;
}