org.gitlab.api.models.GitlabVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-gitlab-api Show documentation
Show all versions of java-gitlab-api Show documentation
A Java wrapper for the Gitlab Git Hosting Server API
package org.gitlab.api.models;
public class GitlabVersion {
private String version,revision;
public String getVersion() {
return version;
}
public String getRevision() {
return revision;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy