io.github.dft.mayers.model.order.Orders Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mayers-sdk Show documentation
Show all versions of mayers-sdk Show documentation
mayers-sdk API using JDK 11
The newest version!
package io.github.dft.mayers.model.order;
import java.util.ArrayList;
public class Orders extends ArrayList {
}