Maven Repository - POM file for IDE org.eclipse.uml2.uml 3.1.0.v201006071150 3.1.0.v201006071150

Summary

UML2 UML Model.

Declaration

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

<dependency>
   <groupId>org.eclipse.uml2</groupId>
   <artifactId>org.eclipse.uml2.uml</artifactId>
   <version>3.1.0.v201006071150</version>
</dependency>

If you think this Maven repository POM file listing for org.eclipse.uml2.uml 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.uml2.uml-3.1.0.v201006071150 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
XMLorg.eclipse.emf.mapping.ecore2xml 2.5.0.v20100521-1847
EMF Ecore to XML Mapping
7
IDEorg.eclipse.core.runtime 3.6.0.v20100505
Eclipse Core Runtime
21




Packages

The following packages are defined in the org.eclipse.uml2.uml-3.1.0.v201006071150.jar

org.eclipse.uml2.uml
org.eclipse.uml2.uml.internal.impl
org.eclipse.uml2.uml.internal.operations
org.eclipse.uml2.uml.internal.resource
org.eclipse.uml2.uml.resource
org.eclipse.uml2.uml.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.uml2</groupId>
  <artifactId>org.eclipse.uml2.uml</artifactId>
  <version>3.1.0.v201006071150</version>
  <description>UML2 UML Model</description>
  <!-- See https://issues.sonatype.org/browse/OSSRH-739 -->
  <dependencies>
    <dependency>
      <groupId>org.eclipse.uml2</groupId>
      <artifactId>org.eclipse.uml2.common</artifactId>
      <version>1.5.0.v201005031530</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.emf</groupId>
      <artifactId>org.eclipse.emf.mapping.ecore2xml</artifactId>
      <version>2.5.0.v20100521-1847</version>
    </dependency>
    <!--dependency>
      <groupId>org.eclipse.emf</groupId>
      <artifactId>org.eclipse.emf.ecore</artifactId>
      <version>2.6.0.v20100614-1136</version>
    </dependency>
    <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.osgi</groupId>
      <artifactId>org.eclipse.osgi</artifactId>
      <version>3.6.0.v20100517</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>