api / org.gradle.api.publish.ivy / IvyDependency

IvyDependency

interface IvyDependency

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

Functions

getConfMapping

abstract fun getConfMapping(): String

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.

getModule

abstract fun getModule(): String

The module value for this dependency.

getOrganisation

abstract fun getOrganisation(): String

The organisation value for this dependency.

getRevision

abstract fun getRevision(): String

The revision value for this dependency.

isTransitive

abstract fun isTransitive(): Boolean

The transitive value for this dependency.