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

org.bndtools.templating.jgit.GithubRepoDetailsDTO Maven / Gradle / Ivy

There is a newer version: 7.1.0
Show newest version
package org.bndtools.templating.jgit;

public class GithubRepoDetailsDTO {
    public String full_name;
    public String description;
    public String html_url;
    public String clone_url;
    public String default_branch;
    public GithubRepoOwnerDTO owner;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy