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

tech.grasshopper.pojo.Match Maven / Gradle / Ivy

There is a newer version: 2.16.0
Show newest version
package tech.grasshopper.pojo;

import java.util.ArrayList;
import java.util.List;

import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@NoArgsConstructor
public class Match {

	private List arguments = new ArrayList<>();
	private String location;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy