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

com.dadrox.sbt.junit.Arg Maven / Gradle / Ivy

package com.dadrox.sbt.junit;

import java.util.List;

public interface Arg {
//    List names();

    A defaultArg();

    A resolve(List args);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy