Class RawPom.Dependency

  • Enclosing class:
    RawPom

    public static class RawPom.Dependency
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Dependency()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String gavCoordinates()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Dependency

        public Dependency()
    • Method Detail

      • gavCoordinates

        public java.lang.String gavCoordinates()
        Returns:
        the groupId, artifactId, and version concatenated with ":" as the delimiter between them.