Package japicmp.maven
Class Dependency
java.lang.Object
japicmp.maven.Dependency
- All Implemented Interfaces:
DependencyDescriptor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetScope()
getType()
void
setArtifactId
(String artifactId) void
setClassifier
(String classifier) void
setGroupId
(String groupId) void
void
setSystemPath
(String systemPath) void
void
setVersion
(String version) toString()
-
Field Details
-
groupId
-
artifactId
-
version
-
scope
-
systemPath
-
classifier
-
type
-
-
Constructor Details
-
Dependency
public Dependency()
-
-
Method Details