Jar examples for a: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.
You can download jar file andromda-core 3.2 in this page.
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'
Click the following link to download the jar file.
andromda-core-3.2.jar