Groovy Documentation

org.gradle.api.publish.ivy
[Java] Interface IvyDependency


@Incubating
@HasInternalProtocol
public interface IvyDependency

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


Method Summary
String getConfMapping()

The configuration mapping string that will be output for this dependency.

 

Method Detail

getConfMapping

public String getConfMapping()
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


 

Gradle API 1.6