Maven Repository - POM file for IDE org.eclipse.equinox.common 3.6.0.v20100503 3.6.0.v20100503

Summary

Common Eclipse Runtime.

Declaration

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

<dependency>
   <groupId>org.eclipse.equinox</groupId>
   <artifactId>org.eclipse.equinox.common</artifactId>
   <version>3.6.0.v20100503</version>
</dependency>

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

Depends on

The org.eclipse.equinox.common-3.6.0.v20100503 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
OSGiorg.eclipse.osgi 3.6.0.v20100517
OSGi System Bundle %systemBundle
7




Depended by

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

CategoryArtifactDepended By Count
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.common 2.6.0.v20100614-1136
EMF Common
7
IDEorg.eclipse.core.jobs 3.5.0.v20100515
Eclipse Jobs Mechanism
5
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.equinox.common-3.6.0.v20100503.jar

org.eclipse.core.internal.boot
org.eclipse.core.internal.runtime
org.eclipse.core.runtime
org.eclipse.equinox.events

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>
    <artifactId>org.eclipse.eclipse</artifactId>
    <groupId>org.eclipse</groupId>
    <version>3.6.0.v20100505</version>
  </parent>
  <groupId>org.eclipse.equinox</groupId>
  <artifactId>org.eclipse.equinox.common</artifactId>
  <version>3.6.0.v20100503</version>
  <description>Common Eclipse Runtime</description>
  <!-- See https://issues.sonatype.org/browse/OSSRH-739 -->
  <dependencies>
    <dependency>
      <groupId>org.eclipse.osgi</groupId>
      <artifactId>org.eclipse.osgi</artifactId>
      <version>3.6.0.v20100517</version>
    </dependency>
  </dependencies>
</project>