m

maven-eclipse-plugin

A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment.
http://maven.apache.org/maven-1.x/reference/plugins/eclipse/
Apache Software Foundation
Vincent Massol Eric Pugh Emmanuel Venisse Felipe Leme Fabrizio Giustina
Files download
File Operation
maven-eclipse-plugin-1.10.jar download
maven-eclipse-plugin-1.10.pom download
Apache Maven
<dependency>
  <groupId>maven</groupId>
  <artifactId>maven-eclipse-plugin</artifactId>
  <version>1.10</version>
</dependency>
Gradle Groovy
implementation 'maven:maven-eclipse-plugin:1.10'
Gradle Kotlin
implementation("maven:maven-eclipse-plugin:1.10")
Scala SBT
libraryDependencies += "maven" % "maven-eclipse-plugin" % "1.10"
Groovy Grape
@Grapes(
  @Grab(group='maven', module='maven-eclipse-plugin', version='1.10')
)
Apache Ivy
<dependency org="maven" name="maven-eclipse-plugin" rev="1.10" />
Leiningen
[maven/maven-eclipse-plugin "1.10"]
Apache Buildr
'maven:maven-eclipse-plugin:jar:1.10'
Dependencies
The project has no third-party dependencies