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

io.kokuwa.maven.helm.github.ReleaseCache Maven / Gradle / Ivy

The newest version!
package io.kokuwa.maven.helm.github;

import lombok.Data;

/**
 * Pojo for caching Github data.
 *
 * @author Stephan Schnabel
 * @since 6.1.0
 */
@Data
public class ReleaseCache {

	private String etag;
	private ReleaseResponse response;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy