IvyDependency

Deprecated

A module dependency declared in an ivy dependency descriptor published as part of an IvyPublication.

Deprecated

This type is not referenced by any other public API classes. It will be removed in Gradle 9.0

Functions

Link copied to clipboard
abstract fun getConfMapping(): String
The configuration mapping string that will be output for this dependency.
Link copied to clipboard
abstract fun getModule(): String
The module value for this dependency.
Link copied to clipboard
abstract fun getOrganisation(): String
The organisation value for this dependency.
Link copied to clipboard
abstract fun getRevision(): String
The revision value for this dependency.
Link copied to clipboard
abstract fun isTransitive(): Boolean
The transitive value for this dependency.