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

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

The 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