Interface PomParentCoordinates


public interface PomParentCoordinates
Describes a Parent in a pom
Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the artifact id of the Model.
    Gets the group id of the Model.
    Gets the version of the Model.
  • Method Details

    • getGroupId

      String getGroupId()
      Gets the group id of the Model.
      Returns:
      the group id
    • getArtifactId

      String getArtifactId()
      Gets the artifact id of the Model.
      Returns:
      the artifact id
    • getVersion

      String getVersion()
      Gets the version of the Model.
      Returns:
      the version