Download maven-source-plugin-2.4.jar file - Jar m

Jar examples for m:maven-source-plugin

Description

The Maven 2 Source Plugin creates a JAR archive of the source files of the current project.

You can download jar file maven-source-plugin 2.4 in this page.

License

Apache License

Build File

You can use the following script to add maven-source-plugin-2.4.jar to your project.

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

Download

Click the following link to download the jar file.

maven-source-plugin-2.4-javadoc.jar
maven-source-plugin-2.4-sources.jar
maven-source-plugin-2.4.jar
maven-source-plugin-2.4.pom



Related Tutorials