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

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.101</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.

License

Name:Eclipse Public License - v 1.0
URL: http://www.eclipse.org/org/documents/epl-v10.html.

Packages

The following packages are defined in the org.eclipse.equinox.registry-3.5.101.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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.0</modelVersion>
  <groupId>org.eclipse.equinox</groupId>
  <artifactId>org.eclipse.equinox.registry</artifactId>
  <version>3.5.101</version>
  <name>Extension Registry Support</name>
  <description>Extension Registry Support</description>
  <url>http://www.eclipse.org</url>
  <licenses>
    <license>
      <name>Eclipse Public License - v 1.0</name>
      <url>http://www.eclipse.org/org/documents/epl-v10.html</url>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.equinox</groupId>
      <artifactId>org.eclipse.equinox.common</artifactId>
      <version>3.6.0</version>
    </dependency>
  </dependencies>
  <scm>
    <url>http://svn.apache.org/viewcvs.cgi/maven</url>
    <connection>http://svn.apache.org/viewcvs.cgi/maven</connection>
  </scm>
  
</project>