Download maven-dependency-plugin-2.9.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 2.9 in this page.

License

Apache License 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials