is not current version
Last Version 3.4

org.andromda:andromda-core 3.3

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.

GroupId

GroupId

org.andromda
ArtifactId

ArtifactId

andromda-core
Version

Version

3.3
Type

Type

jar

Download andromda-core 3.3


<!-- https://jarcasting.com/artifacts/org.andromda/andromda-core/ -->
<dependency>
    <groupId>org.andromda</groupId>
    <artifactId>andromda-core</artifactId>
    <version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.andromda/andromda-core/
implementation 'org.andromda:andromda-core:3.3'
// https://jarcasting.com/artifacts/org.andromda/andromda-core/
implementation ("org.andromda:andromda-core:3.3")
'org.andromda:andromda-core:jar:3.3'
<dependency org="org.andromda" name="andromda-core" rev="3.3">
  <artifact name="andromda-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.andromda', module='andromda-core', version='3.3')
)
libraryDependencies += "org.andromda" % "andromda-core" % "3.3"
[org.andromda/andromda-core "3.3"]