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 Summary
Modifier 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.boolean
Deprecated.The transitive value for this dependency.
-
Method Details
-
getOrganisation
String getOrganisation()Deprecated.The organisation value for this dependency. -
getModule
String getModule()Deprecated.The module value for this dependency. -
getRevision
String getRevision()Deprecated.The revision value for this dependency. -
getConfMapping
String 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
-
isTransitive
boolean isTransitive()Deprecated.The transitive value for this dependency.- Since:
- 3.1
-