Package org.gradle.api.publish.maven
Interface MavenDependency
-
@Incubating public interface MavenDependency
A dependency declared as part of anMavenPublication
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getArtifactId()
The artifactId value for this dependency.String
getGroupId()
The groupId value for this dependency.String
getVersion()
The version value for this dependency.
-