Full name:
org.apache.maven.plugins:maven-dependency-plugin:2.3:get
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| repositoryUrl | String | - | The url of the repository from which we'll download the artifact |
| Name | Type | Since | Description |
|---|---|---|---|
| artifact | String | - | A string of the form
groupId:artifactId:version[:packaging][:classifier]. |
| artifactId | String | - | The artifactId of the artifact to download |
| classifier | String | 2.3 | The classifier of the artifact to download. Ignored if
artifact is used. |
| groupId | String | - | The groupId of the artifact to download |
| packaging | String | - | The packaging of the artifact to download Default value is: jar. |
| repositoryId | String | - | The id of the repository from which we'll download the artifact Default value is: temp. |
| transitive | boolean | - | Download transitively, retrieving the specified artifact and all of
its dependencies. Default value is: true. |
| version | String | - | The version of the artifact to download |