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

top.infra.maven.extension.MavenProjectInfo Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package top.infra.maven.extension;

import org.apache.maven.model.Model;

public interface MavenProjectInfo {

    String getArtifactId();

    String getId();

    String getGroupId();

    String getJavaVersion();

    String getPackaging();

    String getVersion();

    boolean idEquals(Model model);

    boolean idEqualsExceptInheritedGroupId(Model model);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy