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 Summary
Modifier 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
-
getGroupId
String getGroupId()Deprecated.The groupId value for this dependency. -
getArtifactId
String getArtifactId()Deprecated.The artifactId value for this dependency. -
getVersion
String getVersion()Deprecated.The version value for this dependency. -
getType
Deprecated.The type value for this dependency.
-