You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
public class Module {
public final Repository repository;
public final List<Pair<String, String>> moreInfo = new LinkedList<Pair<String, String>>();
public final List versions = new ArrayList();
public final List screenshots = new ArrayList();
public String packageName;
public String name;
public String summary;
public String description;
public boolean descriptionIsHtml = false;
public String author;
public String support;
public long created = -1;
public long updated = -1;
The text was updated successfully, but these errors were encountered: