Apache Maven Dependency Plugin Version 3.3.0 Released

1 · Karl Heinz Marbaise · March 11, 2022, 5:30 p.m.
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 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-depend...