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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials