Interface AddDependency


  • public interface AddDependency
    Command responsible for adding a dependency to a given pom
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static void execute​(Path pom, Dependency dependency)
      Add a dependency informed by the Dependency instance into the target POM xml
    • Method Detail

      • execute

        static void execute​(Path pom,
                            Dependency dependency)
        Add a dependency informed by the Dependency instance into the target POM xml
        Parameters:
        pom - it's the target POM xml
        dependency - it's an Dependency instance