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