Uses of Class
br.org.soujava.pomeditor.api.Dependency
-
Packages that use Dependency Package Description br.org.soujava.pomeditor.api -
-
Uses of Dependency in br.org.soujava.pomeditor.api
Methods in br.org.soujava.pomeditor.api that return Dependency Modifier and Type Method Description Dependency
Dependency.DependencyBuilder. build()
Methods in br.org.soujava.pomeditor.api with parameters of type Dependency Modifier and Type Method Description static void
AddDependency. execute(Path pom, Dependency dependency)
Add a dependency informed by theDependency
instance into the target POM xml
-