
scala_maven.Classpath Maven / Gradle / Ivy
/*
* This is free and unencumbered software released into the public domain.
* See UNLICENSE.
*/
package scala_maven;
import java.io.File;
import java.util.List;
public class Classpath {
private List add;
public List getAdd() {
return add;
}
public void setAdd(List add) {
this.add = add;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy