Jar examples for m:maven-assembly-plugin
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.4.1 in this page.
Apache License
You can use the following script to add maven-assembly-plugin-2.4.1.jar to your project.
<dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.4.1</version> </dependency>
compile group: 'org.apache.maven.plugins', name: 'maven-assembly-plugin', version: '2.4.1'
libraryDependencies += "org.apache.maven.plugins" % "maven-assembly-plugin" % "2.4.1"
<dependency org="org.apache.maven.plugins" name="maven-assembly-plugin" rev="2.4.1"/>
@Grapes(@Grab(group='org.apache.maven.plugins', module='maven-assembly-plugin', version='2.4.1'))
'org.apache.maven.plugins:maven-assembly-plugin:jar:2.4.1'
Click the following link to download the jar file.
maven-assembly-plugin-2.4.1-javadoc.jar