Class Gav

  • All Implemented Interfaces:
    Serializable

    public class Gav
    extends Object
    implements Serializable
    Plugin GAV information (groupId,ArtifactId and Version)
     
     <gav groupId="${project.groupId}"
             artifactId="${project.artifactId}"
             version="${project.version}"/>
     
     
    Since:
    22 déc. 2016
    See Also:
    Serialized Form
    • Constructor Detail

      • Gav

        public Gav()
    • Method Detail

      • equalsWithoutVersion

        public boolean equalsWithoutVersion​(Object obj)
      • getHash

        public String getHash()