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