Maven Repository - POM file for OSGi org.eclipse.equinox.coordinator 1.1.0.v20120522-1841 1.1.0.v20120522-1841

Summary

Eclipse Equinox Coordinator.

An implementation of the OSGi Coordinator Service specification..

Declaration

Here is the list of declaration for org.eclipse.equinox.coordinator. 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.coordinator</artifactId>
   <version>1.1.0.v20120522-1841</version>
</dependency>

If you think this Maven repository POM file listing for org.eclipse.equinox.coordinator 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.coordinator-1.1.0.v20120522-1841.jar

org.eclipse.equinox.coordinator
org.osgi.service.coordinator




POM File Source

Here is the content of the POM file.

<project 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.eclipse.equinox</groupId>
  <artifactId>org.eclipse.equinox.coordinator</artifactId>
  <version>1.1.0.v20120522-1841</version>
  <packaging>jar</packaging>

  <name>Eclipse Equinox Coordinator</name>
  <description>An implementation of the OSGi Coordinator Service specification.</description>
  <url>http://www.eclipse.org/equinox/</url>

  <licenses>
    <license>
      <name>Eclipse Public License</name>
      <url>http://www.eclipse.org/legal/epl-v10.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <url>http://git.eclipse.org/c/equinox/rt.equinox.bundles.git/</url>
  </scm>

  
</project>