MVN

org.eclipse : parent

Maven & Gradle

Nov 26, 2007

Eclipse parent pom · Eclipse is an open source community whose projects are focused on building an open development platform comprised of extensible frameworks, tools and runtimes for building, deploying and managing software across the lifecycle. A large and vibrant ecosystem of major technology vendors, innovative start-ups, universities, research institutions and individuals extend, complement and support the Eclipse platform.

<dependency>
    <groupId>org.eclipse</groupId>
    <artifactId>parent</artifactId>
    <version>1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse : parent to add to Maven - Latest Versions:

  • Latest Stable: 1

All Versions

Choose a version of org.eclipse : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1
parent-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.eclipse</groupId>
    <artifactId>parent</artifactId>
    <version>1</version>
</dependency>