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.3 in this page.
You can use the following script to add andromda-core-3.3.jar to your project.
<dependency> <groupId>org.andromda</groupId> <artifactId>andromda-core</artifactId> <version>3.3</version> </dependency>
compile group: 'org.andromda', name: 'andromda-core', version: '3.3'
libraryDependencies += "org.andromda" % "andromda-core" % "3.3"
<dependency org="org.andromda" name="andromda-core" rev="3.3"/>
@Grapes(@Grab(group='org.andromda', module='andromda-core', version='3.3'))
'org.andromda:andromda-core:jar:3.3'
Click the following link to download the jar file.
andromda-core-3.3.jar