Package org.gradle.api.publish.maven
Interface MavenDependency
-
public interface MavenDependencyA 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.StringgetType()The type value for this dependency.StringgetVersion()The version value for this dependency.
-