Download maven-assembly-plugin-2.5.4.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.5.4 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials