IvyDependency

interface IvyDependency

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

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.