@Incubating public interface IvyDependency
IvyPublication
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfMapping()
The configuration mapping string that will be output for this dependency.
|
java.lang.String |
getModule()
The module value for this dependency.
|
java.lang.String |
getOrganisation()
The organisation value for this dependency.
|
java.lang.String |
getRevision()
The revision value for this dependency.
|
boolean |
isTransitive()
The transitive value for this dependency.
|
java.lang.String getOrganisation()
java.lang.String getModule()
java.lang.String getRevision()
java.lang.String getConfMapping()
boolean isTransitive()