--- layout: post status: PUBLISHED published: true title: Apache Maven Dependency Plugin Version 3.3.0 Released id: c7a3c38f-3d00-43fc-b547-71237d683ab0 date: '2022-03-11 17:38:44 -0500' categories: maven tags: - maven-plugin permalink: maven/entry/apache-maven-dependency-plugin-version3 ---

The Apache Maven team is pleased to announce the release of the
Apache Maven Dependecy Plugin, version 3.3.0.

The dependency plugin provides the capability to manipulate artifacts. It
can copy and/or unpack artifacts from local or remote repositories to a
specified location.

https://maven.apache.org/plugins/maven-dependency-plugin/

You should specify the version in your project’s plugin configuration:

1
2
3
4
5

    org.apache.maven.plugins
    maven-dependency-plugin
    3.3.0

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-dependency-plugin/download.cgi

Release Notes – Maven Dependency Plugin – Version 3.3.0

Enjoy,

-The Apache Maven team