@Incubating public interface MavenDependency
MavenPublication.| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getArtifactId()
The artifactId value for this dependency.
|
String |
getGroupId()
The groupId value for this dependency.
|
String |
getVersion()
The version value for this dependency.
|