io.github.dft.mayers.model.address.AccountAddresses 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
package io.github.dft.mayers.model.address;
import java.util.ArrayList;
public class AccountAddresses extends ArrayList {
}