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