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