Maven Repository - POM file for IDE org.eclipse.core.runtime 3.6.0.v20100505 3.6.0.v20100505

Summary

Eclipse Core Runtime.

Declaration

Here is the list of declaration for org.eclipse.core.runtime. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.eclipse.core</groupId>
   <artifactId>org.eclipse.core.runtime</artifactId>
   <version>3.6.0.v20100505</version>
</dependency>

If you think this Maven repository POM file listing for org.eclipse.core.runtime is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depended by

The following table lists the most popular artifacts which are depending on org.eclipse.core.runtime-3.6.0.v20100505. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
IDEorg.eclipse.uml2.uml 3.1.0.v201006071150
UML2 UML Model
7
XMLorg.eclipse.emf.mapping.ecore2xml 2.5.0.v20100521-1847
EMF Ecore to XML Mapping
7
Developmentdatanucleus-core 3.2.2
DataNucleus Core provides the primary components of a heterogenous Java persistence solution. It supports persistence API's being layered on top of the core functionality.
6
IDEorg.eclipse.emf.ecore 2.6.0.v20100614-1136
EMF Ecore
8
IDEorg.eclipse.emf.common 2.6.0.v20100614-1136
EMF Common
7
Developmentdatanucleus-core 3.2.0-release
DataNucleus Core provides the primary components of a heterogenous Java persistence solution. It supports persistence API's being layered on top of the core functionality.
19




Packages

The following packages are defined in the org.eclipse.core.runtime-3.6.0.v20100505.jar

org.eclipse.core.internal.preferences.legacy
org.eclipse.core.internal.runtime
org.eclipse.core.runtime

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xsi:noNamespaceSchemaLocation="http://maven.apache.org/POM/4.0.0">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.eclipse</groupId>
    <artifactId>org.eclipse.eclipse</artifactId>
    <version>3.6.0.v20100505</version>
  </parent>
  <groupId>org.eclipse.core</groupId>
  <artifactId>org.eclipse.core.runtime</artifactId>
  <version>3.6.0.v20100505</version>
  <description>Eclipse Core Runtime</description>
  <!-- See https://issues.sonatype.org/browse/OSSRH-739 -->
  <dependencies>
    <dependency>
      <groupId>org.eclipse.core</groupId>
      <artifactId>org.eclipse.core.contenttype</artifactId>
      <version>3.4.100.v20100505-1235</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.core</groupId>
      <artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId>
      <version>3.2.200.v20100517</version>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.eclipse.equinox</groupId>
      <artifactId>org.eclipse.equinox.app</artifactId>
      <version>1.3.0.v20100512</version>
    </dependency>
    <!--dependency>
      <groupId>org.eclipse.osgi</groupId>
      <artifactId>org.eclipse.osgi</artifactId>
      <version>3.6.0.v20100517</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.core</groupId>
      <artifactId>org.eclipse.core.jobs</artifactId>
      <version>3.5.0.v20100515</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.equinox</groupId>
      <artifactId>org.eclipse.equinox.common</artifactId>
      <version>3.6.0.v20100503</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.equinox</groupId>
      <artifactId>org.eclipse.equinox.preferences</artifactId>
      <version>3.3.0.v20100503</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.equinox</groupId>
      <artifactId>org.eclipse.equinox.registry</artifactId>
      <version>3.5.0.v20100503</version>
    </dependency-->
  </dependencies>
</project>