Download andromda-core-3.2.jar file - Jar a

Jar examples for a:andromda-core

Description

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.

You can download jar file andromda-core 3.2 in this page.

Build File

You can use the following script to add andromda-core-3.2.jar to your project.

<dependency>
   <groupId>org.andromda</groupId>
   <artifactId>andromda-core</artifactId>
   <version>3.2</version>
</dependency>
compile group: 'org.andromda', name: 'andromda-core', version: '3.2'
libraryDependencies += "org.andromda" % "andromda-core" % "3.2"
<dependency org="org.andromda" name="andromda-core" rev="3.2"/>
@Grapes(@Grab(group='org.andromda', module='andromda-core', version='3.2'))
'org.andromda:andromda-core:jar:3.2'

Download

Click the following link to download the jar file.

andromda-core-3.2.jar
andromda-core-3.2.pom



Related Tutorials