a

andromda

AndroMDA (pronounced: andromeda) is an open source code generation framework that follows the Model Driven Architecture (MDA) paradigm. It takes model(s) from CASE-tool(s) and generates fully deployable applications and other components.
http://www.andromda.org
AndroMDA.org
Matthias Bohlen Chad Brandon Wouter Zoons Martin West Carlos Cuenca Peter Friese Naresh Bhatia Steve Jerman Joel Kozikowski
Files download
File Operation
andromda-3.2.pom download
Apache Maven
<dependency>
  <groupId>org.andromda</groupId>
  <artifactId>andromda</artifactId>
  <version>3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.andromda:andromda:3.2'
Gradle Kotlin
implementation("org.andromda:andromda:3.2")
Scala SBT
libraryDependencies += "org.andromda" % "andromda" % "3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.andromda', module='andromda', version='3.2')
)
Apache Ivy
<dependency org="org.andromda" name="andromda" rev="3.2" />
Leiningen
[org.andromda/andromda "3.2"]
Apache Buildr
'org.andromda:andromda:jar:3.2'
Dependencies
The project has no third-party dependencies