Package org.gradle.api.publish.ivy
Interface IvyDependency
Deprecated.
This type is not referenced by any other public API classes. It will be removed in Gradle 9.0
A module dependency declared in an ivy dependency descriptor published as part of an 
IvyPublication.- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.The configuration mapping string that will be output for this dependency.Deprecated.The module value for this dependency.Deprecated.The organisation value for this dependency.Deprecated.The revision value for this dependency.booleanDeprecated.The transitive value for this dependency.
- 
Method Details- 
getOrganisationString getOrganisation()Deprecated.The organisation value for this dependency.
- 
getModuleString getModule()Deprecated.The module value for this dependency.
- 
getRevisionString getRevision()Deprecated.The revision value for this dependency.
- 
getConfMappingString getConfMapping()Deprecated.The configuration mapping string that will be output for this dependency. A null value indicates that no "conf" attribute will be written for this dependency.- Returns:
- the configuration mapping
 
- 
isTransitiveboolean isTransitive()Deprecated.The transitive value for this dependency.- Since:
- 3.1
 
 
-