is not current version
Last Version 3.3

org.andromda.bootstrap:andromda-utils 3.2

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.

GroupId

GroupId

org.andromda.bootstrap
ArtifactId

ArtifactId

andromda-utils
Version

Version

3.2
Type

Type

jar

Download andromda-utils 3.2


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