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 StringgetArtifactId()The artifactId value for this dependency.StringgetGroupId()The groupId value for this dependency.StringgetVersion()The version value for this dependency.
-