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

com.cx.restclient.ast.dto.sca.Project Maven / Gradle / Ivy

There is a newer version: 2024.3.26
Show newest version
package com.cx.restclient.ast.dto.sca;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class Project {
    private String name;
    private String id;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy