All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.jimmydbe.entities.BaseUrl Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package io.github.jimmydbe.entities;

import lombok.Getter;

@Getter
public class BaseUrl {

    private String original;
    private String small;
    private String thumb;
    private String cropped_center_thumb;
    private String medium;
    private String large;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy