hvalspik.maven.Deployable Maven / Gradle / Ivy
package hvalspik.maven;
import java.io.File;
public interface Deployable {
DeployableType getType();
String getGroupId();
String getArtifactId();
String getVersion();
File getPath();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy