Download maven-dependency-plugin-3.0.0.jar file - Jar m

Jar examples for m:maven-dependency-plugin

Description

Provides utility goals to work with dependencies like copying, unpacking, analyzing, resolving and many more.

You can download jar file maven-dependency-plugin 3.0.0 in this page.

License

Apache License 2.0

Build File

You can use the following script to add maven-dependency-plugin-3.0.0.jar to your project.

<dependency>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-dependency-plugin</artifactId>
   <version>3.0.0</version>
</dependency>
compile group: 'org.apache.maven.plugins', name: 'maven-dependency-plugin', version: '3.0.0'
libraryDependencies += "org.apache.maven.plugins" % "maven-dependency-plugin" % "3.0.0"
<dependency org="org.apache.maven.plugins" name="maven-dependency-plugin" rev="3.0.0"/>
@Grapes(@Grab(group='org.apache.maven.plugins', module='maven-dependency-plugin', version='3.0.0'))
'org.apache.maven.plugins:maven-dependency-plugin:jar:3.0.0'

Download

Click the following link to download the jar file.

maven-dependency-plugin-3.0.0-javadoc.jar
maven-dependency-plugin-3.0.0-sources.jar
maven-dependency-plugin-3.0.0.jar
maven-dependency-plugin-3.0.0.pom



Related Tutorials