reliza.java.client.responses.ProjectVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of reliza-java-client Show documentation
Show all versions of reliza-java-client Show documentation
Java Client SDK for Reliza Hub
The newest version!
package reliza.java.client.responses;
import lombok.Data;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
/**
* Version of release
*/
@Data
@JsonIgnoreProperties(ignoreUnknown = true)
public class ProjectVersion {
private String dockerTagSafeVersion;
private String version;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy