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

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

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

import java.util.Map;

import lombok.Data;

@Data
public class Repository {
	private String name;
	private String format;
	private String type;
	private String url;
	@SuppressWarnings("rawtypes")
	private Map attributes;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy