Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
commons-langcommons-lang2.3-jar
org.andromdaandromda-core3.3-jar
org.andromda.maven.pluginsandromda-configuration-mojo3.3-jar
org.apache.mavenmaven-settings2.0.4-jar

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
org.andromda.metafacadesandromda-metafacades-emf-uml23.3-jar
org.andromda.metafacadesandromda-metafacades-uml143.3-jar
org.andromda.repositoriesandromda-repository-emf-uml23.3-jar
org.andromda.repositoriesandromda-repository-mdr-uml143.3-jar
org.andromda.templateenginesandromda-templateengine-velocity3.3-jar

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
classworldsclassworlds1.1-alpha-2-jar
commons-beanutilscommons-beanutils1.7.0-jar
commons-collectionscommons-collections3.1-jar
commons-digestercommons-digester1.7-jar
commons-loggingcommons-logging1.1-jar
junitjunit3.8.1-jar
log4jlog4j1.2.12-jar
org.apache.mavenmaven-artifact2.0.4-jar
org.apache.mavenmaven-artifact-manager2.0.4-jar
org.apache.mavenmaven-model2.0.4-jar
org.apache.mavenmaven-plugin-api2.0.4-jar
org.apache.mavenmaven-profile2.0.4-jar
org.apache.mavenmaven-project2.0.4-jar
org.apache.mavenmaven-repository-metadata2.0.4-jar
org.apache.maven.pluginsmaven-resources-plugin2.2-jar
org.apache.maven.wagonwagon-provider-api1.0-alpha-6-jar
org.codehaus.plexusplexus-container-default1.0-alpha-9-jar
org.codehaus.plexusplexus-utils1.0.4-jar
xml-apisxml-apis1.0.b2-jar

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
jmijmi20030918-jar
jmijmiuml1.4di-jar
jmimof20030918-jar
org.andromdaandromda-utils3.3-jar
org.andromda.metafacadesandromda-metafacades-uml3.3-jar
org.andromda.repositoriesandromda-repository-emf3.3-jar
org.andromda.repositoriesandromda-repository-mdr3.3-jar
org.andromda.translationlibrariesandromda-ocl-translation-core3.3-jar
org.andromda.translationlibrariesandromda-ocl-validation-library3.3-jar
org.eclipse.emfemf-common2.1.0-jar
org.eclipse.emfemf-ecore2.1.0-jar
org.eclipse.emfemf-ecore.xmi2.1.0-jar
org.eclipse.uml2eclipse-uml21.1.1-jar
org.eclipse.uml2eclipse-uml2-common1.1.1-jar
org.netbeans.mdrjmiutils20050711-jar
org.netbeans.mdrmdrapi20050711-jar
org.netbeans.mdrnbmdr20050711-jar
org.netbeans.mdropenide-util20050711-jar
velocityvelocity1.4-jar
velocityvelocity-dep1.4-jar
xalanxalan2.7.0-jar
xercesxercesImpl2.6.0-jar

Project Dependency Graph

Dependency Tree

Dependency Listings

AndroMDA Maven Plugin

A plugin for running AndroMDA's model processor.

http://www.andromda.org/andromda-maven-plugins/andromda-maven-plugin

AndroMDA Core

The Core refers to the "engine" of the framework. The core takes care of making all the components of AndroMDA work together. This includes plugin discovery (i.e. cartridges, translation-libraries), manufacturing of metafacades, etc.

http://www.andromda.org/andromda-core

Digester

The Digester package lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.

http://jakarta.apache.org/commons/digester/

Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0

Logging

Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.

http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/

Unnamed - commons-collections:commons-collections:jar:3.1

Types that extend and augment the Java Collections Framework.

XML Commons External Components XML APIs

xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun.

http://xml.apache.org/commons/#external

Unnamed - log4j:log4j:jar:1.2.12

Unnamed - xalan:xalan:jar:2.7.0

Unnamed - xerces:xercesImpl:jar:2.6.0

AndroMDA Configuration Mojo

An abstract Mojo that another Mojo should extend when it needs to deal with with the AndroMDA configuration

http://www.andromda.org/andromda-maven-plugins/andromda-configuration-mojo

Maven Resources Plugin

Maven Plugins

http://maven.apache.org/plugins/maven-resources-plugin

Maven Plugin API

Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.

http://maven.apache.org/maven-plugin-api

Maven Project Builder

This library is used to not only read Maven project object model files, but to assemble inheritence and to retrieve remote models as required.

http://maven.apache.org/maven-project

Lang

Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.

http://jakarta.apache.org/commons/lang/

Maven Local Settings Model

Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.

http://maven.apache.org/maven-settings

Maven Model

Maven Model

http://maven.apache.org/maven-model

Plexus Common Utilities

Default Plexus Container

JUnit

JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.

http://junit.org

classworlds

http://classworlds.codehaus.org/

AndroMDA MDR UML 1.4 Repository

This MDR UML 1.4 repository module allows AndroMDA to use the NetBeans MDR as a repository for loading, and querying UML 1.4 models

http://www.andromda.org/andromda-repositories/andromda-repository-mdr-uml14

AndroMDA MDR Repository (Common)

This MDR repository module allows AndroMDA to use the NetBeans MDR as a repository for loading, and querying object models.

http://www.andromda.org/andromda-repositories/andromda-repository-mdr

MDR JMI Utililties

MDR JMI Utililties

MDR API

MDR (Metadata Repository) APIs

NetBeans MDR Implementation

NetBeans MDR (Metadata Repository) Implementation

MDR OpenIDE Utililties

MDR OpenIDE Utililties

JMI MOF API

The Java Metadata Interface (JMI) MOF Specification

AndroMDA EMF UML2 Repository

This EMF UML2 repository module allows AndroMDA to load Eclipse UML2 models into EMF.

http://www.andromda.org/andromda-repositories/andromda-repository-emf-uml2

AndroMDA EMF Repository

This abstract EMF repository module should be extended by those repository implementations wishing to load EMF based models.

http://www.andromda.org/andromda-repositories/andromda-repository-emf

EMF Common

The Eclipse EMF common resources

EMF ECORE

The Eclipse EMF ECORE resources

EMF ECORE XMI

The Eclipse EMF ECORE XMI

Eclipse UML2 Common

Eclipse UML2 Common

Eclipse UML2 Common

Eclipse UML2 Common

AndroMDA UML 1.4 Metafacades

The UML 1.4 metafacades. This is the set of UML 1.4 metafacades implementations. These implement the common UML metafacades.

http://www.andromda.org/andromda-metafacades/andromda-uml-metafacades/andromda-metafacades-uml14

AndroMDA Utils

AndroMDA (pronounced: andromeda) is an open source code generation framework that follows the Model Driven Architecture (MDA) paradigm. It takes model(s) from CASE-tool(s) and generates fully deployable applications and other components.

http://www.andromda.org/andromda-utils

AndroMDA OCL Translation Core

The AndroMDA OCL translation engine, providing the OCL translation support.

http://www.andromda.org/andromda-translation-libraries/andromda-ocl-translation-libraries/andromda-ocl-translation-core

AndroMDA OCL Validation Translation-Library

Translates OCL into validation code for any platform.

http://www.andromda.org/andromda-translation-libraries/andromda-ocl-translation-libraries/andromda-ocl-validation-library

AndroMDA UML Common Metafacades

The common UML metafacades. This is the set of core UML metafacades used to provide access UML meta models.

http://www.andromda.org/andromda-metafacades/andromda-uml-metafacades/andromda-metafacades-uml

JMI UML 1.4 API

The generated JMI UML 1.4 API (Including the UML 2.0 diagram interchange)

JMI API

JSR 40: The JavaTM Metadata Interface (JMI) Specification

AndroMDA EMF UML2 Metafacades

The Eclipse EMF UML2 metafacades. This is the set of EMF UML 2 metafacades implementations. These implement the common UML metafacades.

http://www.andromda.org/andromda-metafacades/andromda-uml-metafacades/andromda-metafacades-emf-uml2

AndroMDA Velocity Template Engine

The template engine that supports Apache's Velocity scripting language.

http://www.andromda.org/andromda-templateengines/andromda-templateengine-velocity

Velocity

Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code.

http://jakarta.apache.org/velocity/

Velocity

Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code.

http://jakarta.apache.org/velocity/