Package org.gradle.api.publish.maven
Interface MavenDependency
Deprecated.
This type is not referenced by any other public API classes. It will be removed in Gradle 9.0
A dependency declared as part of an 
MavenPublication.- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.The artifactId value for this dependency.Deprecated.The groupId value for this dependency.getType()Deprecated.The type value for this dependency.Deprecated.The version value for this dependency.
- 
Method Details- 
getGroupIdString getGroupId()Deprecated.The groupId value for this dependency.
- 
getArtifactIdString getArtifactId()Deprecated.The artifactId value for this dependency.
- 
getVersionString getVersion()Deprecated.The version value for this dependency.
- 
getTypeDeprecated.The type value for this dependency.
 
-