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.
Files download
File Operation
andromda-core-3.2.jar download
andromda-core-3.2.pom download
Apache Maven
<dependency>
  <groupId>org.andromda</groupId>
  <artifactId>andromda-core</artifactId>
  <version>3.2</version>
</dependency>
Gradle Groovy
implementation 'org.andromda:andromda-core:3.2'
Gradle Kotlin
implementation("org.andromda:andromda-core:3.2")
Scala SBT
libraryDependencies += "org.andromda" % "andromda-core" % "3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.andromda', module='andromda-core', version='3.2')
)
Apache Ivy
<dependency org="org.andromda" name="andromda-core" rev="3.2" />
Leiningen
[org.andromda/andromda-core "3.2"]
Apache Buildr
'org.andromda:andromda-core:jar:3.2'