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

hvalspik.maven.Deployable Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
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