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

com.ghunteranderson.nexus.model.Checksum Maven / Gradle / Ivy

The newest version!
package com.ghunteranderson.nexus.model;

import lombok.Data;

@Data
public class Checksum {
	private String sha1;
	private String md5;
	private String sha512;
	private String sha256;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy