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