Maven Repository - POM file for XML org.eclipse.emf.mapping.ecore2xml 2.5.0.v20100521-1847 2.5.0.v20100521-1847

Summary

EMF Ecore to XML Mapping.

Declaration

Here is the list of declaration for org.eclipse.emf.mapping.ecore2xml. 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.mapping.ecore2xml</artifactId>
   <version>2.5.0.v20100521-1847</version>
</dependency>

If you think this Maven repository POM file listing for org.eclipse.emf.mapping.ecore2xml 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.mapping.ecore2xml-2.5.0.v20100521-1847 has 2 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.runtime 3.6.0.v20100505
Eclipse Core Runtime
21




Depended by

The following table lists the most popular artifacts which are depending on org.eclipse.emf.mapping.ecore2xml-2.5.0.v20100521-1847. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
IDEorg.eclipse.uml2.uml 3.1.0.v201006071150
UML2 UML Model
7

Packages

The following packages are defined in the org.eclipse.emf.mapping.ecore2xml-2.5.0.v20100521-1847.jar

org.eclipse.emf.mapping.ecore2xml
org.eclipse.emf.mapping.ecore2xml.impl
org.eclipse.emf.mapping.ecore2xml.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.mapping.ecore2xml</artifactId>
  <version>2.5.0.v20100521-1847</version>
  <description>EMF Ecore to XML Mapping</description>
  <!-- See https://issues.sonatype.org/browse/OSSRH-739 -->
  <dependencies>
    <dependency>
      <groupId>org.eclipse.emf</groupId>
      <artifactId>org.eclipse.emf.ecore.xmi</artifactId>
      <version>2.5.0.v20100521-1846</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.runtime</artifactId>
      <version>3.6.0.v20100505</version>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>