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.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse
ArtifactId

ArtifactId

parent
Last Version

Last Version

1
Release Date

Release Date

Type

Type

pom
Description

Description

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.
Project URL

Project URL

http://www.eclipse.org
Project Organization

Project Organization

The Eclipse Foundation

Download parent

Filename Size
parent-1.pom 1 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.eclipse/parent/ -->
<dependency>
    <groupId>org.eclipse</groupId>
    <artifactId>parent</artifactId>
    <version>1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse/parent/
implementation 'org.eclipse:parent:1'
// https://jarcasting.com/artifacts/org.eclipse/parent/
implementation ("org.eclipse:parent:1")
'org.eclipse:parent:pom:1'
<dependency org="org.eclipse" name="parent" rev="1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse', module='parent', version='1')
)
libraryDependencies += "org.eclipse" % "parent" % "1"
[org.eclipse/parent "1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1