org.eclipse.sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.sdk</artifactId> <version>4.25.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2016, 2018 GK Software SE and others. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/ SPDX-License-Identifier: EPL-2.0 Contributors: Stephan Herrmann - initial implementation --> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0</modelVersion> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.sdk</artifactId> <version>4.25.0</version> <name>Eclipse Project SDK</name> <description>Eclipse Project SDK</description> <url>http://www.eclipse.org/platform</url> <licenses> <license> <name>Eclipse Public License - v 2.0</name> <url>https://www.eclipse.org/legal/epl-2.0/</url> <distribution>repo</distribution> </license> </licenses> <organization> <name>Eclipse Foundation</name> <url>http://www.eclipse.org/</url> </organization> <issueManagement> <system>Bugzilla</system> <url>https://bugs.eclipse.org/</url> </issueManagement> <scm> <connection>scm:git:https://github.com/eclipse-platform/eclipse.platform.git</connection> <tag>I20220828-0600</tag> <url>scm:git:https://github.com/eclipse-platform/eclipse.platform.git</url> </scm> <developers> <developer> <url>https://projects.eclipse.org/projects/eclipse.platform/who</url> </developer> </developers> <dependencies> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.ui</artifactId> <version>[3.2.0,4.0.0)</version> <optional>false</optional> </dependency> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.help.ui</artifactId> <version>[4.0.0,5.0.0)</version> <optional>false</optional> </dependency> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.help.base</artifactId> <version>[4.0.0,5.0.0)</version> <optional>false</optional> </dependency> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.ui.cheatsheets</artifactId> <version>[3.2.0,4.0.0)</version> <optional>false</optional> </dependency> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.ui.ide.application</artifactId> <version>[1.0.0,2.0.0)</version> <optional>false</optional> </dependency> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.platform</artifactId> <version>[4.8.0,5.0.0)</version> <optional>false</optional> </dependency> </dependencies> </project>