Package org.guvnor.structure.pom
Class DynamicPomDependency
- java.lang.Object
-
- org.guvnor.structure.pom.DynamicPomDependency
-
public class DynamicPomDependency extends Object
Dependency used to add Maven dependencies on the pom
-
-
Constructor Summary
Constructors Constructor Description DynamicPomDependency(String groupID, String artifactID, String version, String scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArtifactID()StringgetGroupID()StringgetScope()StringgetVersion()StringtoString()
-