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

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

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

import java.util.List;

import lombok.Data;

@Data
public class Component {

	private String id;
	private String repository;
	private String format;
	private String group;
	private String name;
	private String version;
	private List assets;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy