![JAR search and dependency download from the Maven repository](/logo.png)
com.uwetrottmann.tmdb.entities.Releases Maven / Gradle / Ivy
package com.uwetrottmann.tmdb.entities;
import com.uwetrottmann.tmdb.TmdbEntity;
import java.util.List;
public class Releases implements TmdbEntity {
public int id;
public List countries;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy