org.bndtools.templating.jgit.GithubRepoOwnerDTO Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.bndtools.templating.gitrepo Show documentation
Show all versions of org.bndtools.templating.gitrepo Show documentation
org.bndtools.templating.gitrepo
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