vite.api.vo.RequestJson Maven / Gradle / Ivy
The newest version!
package vite.api.vo;
import java.util.List;
public class RequestJson {
private String jsonrpc = "2.0";
private String id = "1";
private String method;
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy