Download maven-assembly-plugin-2.2.1.jar file - Jar m

Jar examples for m:maven-assembly-plugin

Description

A Maven 2 plugin to create archives of your project's sources, classes, dependencies etc. from flexible assembly descriptors.

You can download jar file maven-assembly-plugin 2.2.1 in this page.

License

Apache License

Build File

You can use the following script to add maven-assembly-plugin-2.2.1.jar to your project.

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

Download

Click the following link to download the jar file.

maven-assembly-plugin-2.2.1-javadoc.jar
maven-assembly-plugin-2.2.1-sources.jar
maven-assembly-plugin-2.2.1.jar
maven-assembly-plugin-2.2.1.pom



Related Tutorials