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

Summary

org.eclipse.equinox.common.

Eclipse org.eclipse.equinox.common project.

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.jibx.config.3rdparty.org.eclipse</groupId>
   <artifactId>org.eclipse.equinox.common</artifactId>
   <version>3.6.0.v20110523</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.

License

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

Packages

The following packages are defined in the org.eclipse.equinox.common-3.6.0.v20110523.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"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

  <modelVersion>4.0.0</modelVersion>

  <groupId>org.jibx.config.3rdparty.org.eclipse</groupId>
  <artifactId>org.eclipse.equinox.common</artifactId>
  <version>3.6.0.v20110523</version>

  <name>org.eclipse.equinox.common</name>
  <description>Eclipse org.eclipse.equinox.common project</description>
  <url>http://www.eclipse.org</url>
  
  <licenses>
    <license>
      <name>Eclipse Public License</name>
      <url>http://www.eclipse.org/legal/epl-v10.html</url>
      <comments>This jar is an exact copy of the eclipse artifact</comments>
    </license>
  </licenses>
  
  <organization>
    <name>eclipse.org</name>
    <url>http://www.eclipse.org</url>
  </organization>
  
  <scm>
    <url>scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.equinox.common</url>
  </scm>
  
  

</project>