License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionEclipse 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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-1.pom | 1 KB |
Browse |
<!-- 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"]