Download maven-eclipse-plugin-2.5.1.jar file - Jar m

Jar examples for m:maven-eclipse-plugin

Description

The Eclipse Plugin is used to generate Eclipse IDE files (.project, .classpath and the .settings folder) from a POM.

You can download jar file maven-eclipse-plugin 2.5.1 in this page.

License

Open Source License

Build File

You can use the following script to add maven-eclipse-plugin-2.5.1.jar to your project.

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

Download

Click the following link to download the jar file.

maven-eclipse-plugin-2.5.1-javadoc.jar
maven-eclipse-plugin-2.5.1-sources.jar
maven-eclipse-plugin-2.5.1.jar
maven-eclipse-plugin-2.5.1.pom



Related Tutorials