License |
License
The AndroMDA Project
|
---|---|
GroupId | GroupIdorg.andromda.bootstrap |
ArtifactId | ArtifactIdandromda-core |
Last Version | Last Version3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAndroMDA 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
andromda-core-3.3.pom | |
andromda-core-3.3.jar | 217 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.andromda.bootstrap/andromda-core/ -->
<dependency>
<groupId>org.andromda.bootstrap</groupId>
<artifactId>andromda-core</artifactId>
<version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.andromda.bootstrap/andromda-core/
implementation 'org.andromda.bootstrap:andromda-core:3.3'
// https://jarcasting.com/artifacts/org.andromda.bootstrap/andromda-core/
implementation ("org.andromda.bootstrap:andromda-core:3.3")
'org.andromda.bootstrap:andromda-core:jar:3.3'
<dependency org="org.andromda.bootstrap" name="andromda-core" rev="3.3">
<artifact name="andromda-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.andromda.bootstrap', module='andromda-core', version='3.3')
)
libraryDependencies += "org.andromda.bootstrap" % "andromda-core" % "3.3"
[org.andromda.bootstrap/andromda-core "3.3"]