Class MavenInfo


  • public class MavenInfo
    extends Object
    The Class MavenInfo.
    Author:
    alpapad@gmail.com
    • Constructor Detail

      • MavenInfo

        public MavenInfo​(String groupId,
                         String artifactId,
                         String version)
        Instantiates a new maven info.
        Parameters:
        groupId - the group id
        artifactId - the artifact id
        version - the version
    • Method Detail

      • getArtifactId

        public String getArtifactId()
        Gets the artifact id.
        Returns:
        the artifact id
      • getGroupId

        public String getGroupId()
        Gets the group id.
        Returns:
        the group id
      • getVersion

        public ArtifactVersion getVersion()
        Gets the version.
        Returns:
        the version
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object