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

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

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

public class GithubRepoOwnerDTO {
    public String login;
    public String avatar_url;
    public String html_url;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy