[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

artifactId The artifact name.
classifier The classifier of the artifact.
coords The full Coordinates of the artifact.
exclusions Exclusion from transitive dependencies.
groupId The group id of the artifact.
scope The scope of the artifact.
systemPath Specify an absolute path of the artifact.
type The type of the artifact.
version The version of the artifact.
versionlessKey  

Property Detail

artifactId

Configured ByATTRIBUTE
AccessREAD_WRITE

The artifact name.

classifier

Configured ByATTRIBUTE
AccessREAD_WRITE

The classifier of the artifact.

coords

Configured ByATTRIBUTE
AccessWRITE_ONLY
RequiredYes 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

AccessREAD_ONLY

Exclusion from transitive dependencies.

groupId

Configured ByATTRIBUTE
AccessREAD_WRITE

The group id of the artifact.

scope

Configured ByATTRIBUTE
AccessREAD_WRITE

The scope of the artifact.

systemPath

Configured ByELEMENT
AccessREAD_WRITE

Specify an absolute path of the artifact.

type

Configured ByATTRIBUTE
AccessREAD_WRITE

The type of the artifact.

version

Configured ByATTRIBUTE
AccessREAD_WRITE

The version of the artifact.

versionlessKey

AccessREAD_ONLY


(c) R Gordon Ltd 2005 - Present