Class DependencyDTO
- java.lang.Object
-
- org.sonatype.maven.polyglot.java.dsl.DependencyDTO
-
public class DependencyDTO extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
artifactId
String
classifier
List<String>
exclusions
String
groupId
boolean
optional
String
scope
String
systemPath
String
type
String
version
-
Constructor Summary
Constructors Constructor Description DependencyDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.maven.model.Dependency
getDependency()
-