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

tech.xigam.cch.command.Arguments Maven / Gradle / Ivy

There is a newer version: 1.7.1
Show newest version
package tech.xigam.cch.command;

import tech.xigam.cch.utils.Argument;

import java.util.Collection;

public interface Arguments 
{
    Collection getArguments();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy