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

tech.guyi.ipojo.compile.lib.configuration.entry.Repository Maven / Gradle / Ivy

The newest version!
package tech.guyi.ipojo.compile.lib.configuration.entry;

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@NoArgsConstructor
@AllArgsConstructor
public class Repository {

    private String id;
    private String type = "default";
    private String url;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy