Maven Repository - POM file for IDE org.eclipse.equinox.registry 3.5.0.v20100503 3.5.0.v20100503

Summary

Extension Registry Support.

Declaration

Here is the list of declaration for org.eclipse.equinox.registry. 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.registry</artifactId>
   <version>3.5.0.v20100503</version>
</dependency>

If you think this Maven repository POM file listing for org.eclipse.equinox.registry 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.registry-3.5.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
IDEorg.eclipse.core.jobs 3.5.0.v20100515
Eclipse Jobs Mechanism
5




Depended by

The following table lists the most popular artifacts which are depending on org.eclipse.equinox.registry-3.5.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
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.registry-3.5.0.v20100503.jar

org.eclipse.core.internal.adapter
org.eclipse.core.internal.registry
org.eclipse.core.internal.registry.osgi
org.eclipse.core.internal.registry.spi
org.eclipse.core.runtime
org.eclipse.core.runtime.dynamichelpers
org.eclipse.core.runtime.spi




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.registry</artifactId>
  <version>3.5.0.v20100503</version>
  <description>Extension Registry Support</description>
  <!-- See https://issues.sonatype.org/browse/OSSRH-739 -->
  <dependencies>
    <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.osgi</groupId>
      <artifactId>org.eclipse.osgi</artifactId>
      <version>3.6.0.v20100517</version>
    </dependency-->
  </dependencies>
</project>