Maven Repository - POM file for IDE org.eclipse.emf.ecore 2.6.0.v20100614-1136 2.6.0.v20100614-1136

Summary

EMF Ecore.

Declaration

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

<dependency>
   <groupId>org.eclipse.emf</groupId>
   <artifactId>org.eclipse.emf.ecore</artifactId>
   <version>2.6.0.v20100614-1136</version>
</dependency>

If you think this Maven repository POM file listing for org.eclipse.emf.ecore 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.emf.ecore-2.6.0.v20100614-1136 has 3 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.emf.common 2.6.0.v20100614-1136
EMF Common
7
IDEorg.eclipse.core.runtime 3.6.0.v20100505
Eclipse Core Runtime
21




Packages

The following packages are defined in the org.eclipse.emf.ecore-2.6.0.v20100614-1136.jar

org.eclipse.emf.ecore
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.xml.namespace
org.eclipse.emf.ecore.xml.namespace.impl
org.eclipse.emf.ecore.xml.namespace.util
org.eclipse.emf.ecore.xml.type
org.eclipse.emf.ecore.xml.type.impl
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.util




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>
    <groupId>org.eclipse</groupId>
    <artifactId>org.eclipse.eclipse</artifactId>
    <version>3.6.0.v20100505</version>
  </parent>
  <groupId>org.eclipse.emf</groupId>
  <artifactId>org.eclipse.emf.ecore</artifactId>
  <version>2.6.0.v20100614-1136</version>
  <description>EMF Ecore</description>
  <!-- See https://issues.sonatype.org/browse/OSSRH-739 -->
  <dependencies>
    <dependency>
      <groupId>org.eclipse.emf</groupId>
      <artifactId>org.eclipse.emf.common</artifactId>
      <version>2.6.0.v20100614-1136</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.core</groupId>
      <artifactId>org.eclipse.core.resources</artifactId>
      <version>3.6.0.v20100526-0737</version>
      <optional>true</optional>
    </dependency>
    <!--dependency>
      <groupId>org.eclipse.osgi</groupId>
      <artifactId>org.eclipse.osgi</artifactId>
      <version>3.6.0.v20100517</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.equinox</groupId>
      <artifactId>org.eclipse.equinox.registry</artifactId>
      <version>3.5.0.v20100503</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.core</groupId>
      <artifactId>org.eclipse.core.contenttype</artifactId>
      <version>3.4.100.v20100505-1235</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.core</groupId>
      <artifactId>org.eclipse.core.jobs</artifactId>
      <version>3.5.0.v20100515</version>
    </dependency-->
    <dependency>
      <groupId>org.eclipse.core</groupId>
      <artifactId>org.eclipse.core.runtime</artifactId>
      <version>3.6.0.v20100505</version>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>