Registry / other / uml
library5.0.0-v20140602-0749javamavenunverified

Eclipse UML2 implementation of the UML 2.x metamodel for modeling and manipulation.

<dependency> <groupId>org.eclipse.uml2</groupId> <artifactId>uml</artifactId> <version>5.0.0-v20140602-0749</version> </dependency>
INSTALL
IMPORT
SIG · UML
U
uml
otherjavav5.0.0-v20140602-0749
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UMLPackage
org.eclipse.uml2.uml.UMLPackage

Register UML package in EMF registry.

import org.eclipse.uml2.uml.UMLPackage; import org.eclipse.emf.ecore.EPackage; public class Example { public static void main(String[] args) { EPackage.Registry.INSTANCE.put(UMLPackage.eNS_URI, UMLPackage.eINSTANCE); // use UML model } }
Debug
Known issues
breakingVersion compatibility: Ensure EMF and UML2 versions match your Eclipse environment.
fix
Use compatible versions of Eclipse EMF and UML2.
affects: all
Upgrade
Version history
5.0.0-v20140602-0749latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
uml — mvn dependency:get uml · libregistry