public interface MavenDependency
MavenPublication.| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getArtifactId() | The artifactId value for this dependency. | 
| java.lang.String | getGroupId() | The groupId value for this dependency. | 
| java.lang.String | getType() | The type value for this dependency. | 
| java.lang.String | getVersion() | The version value for this dependency. | 
java.lang.String getGroupId()
java.lang.String getArtifactId()
java.lang.String getVersion()
@Nullable java.lang.String getType()