[Index]
resolve:dependency
Specify a dependency either as a full coordinate or using individual
group/artifact/version etc. See resolve:resolve and resolve:dependencies
for examples.
Property Summary
Property Detail
artifactId
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
The artifact name.
classifier
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
The classifier of the artifact.
coords
| Configured By | ATTRIBUTE |
| Access | WRITE_ONLY |
| Required | Yes unless specified by individual attributes. |
The full Coordinates of the artifact. The format is the same as Maven
of <groupId>:<artifactId>:<version>[[:<type>[:<classifier>]]:<scope>].
exclusions
Exclusion from transitive dependencies.
groupId
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
The group id of the artifact.
scope
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
The scope of the artifact.
systemPath
| Configured By | ELEMENT |
| Access | READ_WRITE |
Specify an absolute path of the artifact.
type
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
The type of the artifact.
version
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
The version of the artifact.
versionlessKey
(c) R Gordon Ltd 2005 - Present