License |
License
The AndroMDA Project
|
---|---|
Categories |
CategoriesMaven Build Tools Configuration Application Layer Libs config |
GroupId | GroupIdorg.andromda.bootstrap.maven.plugins |
ArtifactId | ArtifactIdandromda-configuration-mojo |
Last Version | Last Version3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAndroMDA Configuration Mojo
An abstract Mojo that another Mojo should extend when it needs to deal with with the AndroMDA configuration
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
andromda-configuration-mojo-3.3.pom | |
andromda-configuration-mojo-3.3.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.andromda.bootstrap.maven.plugins/andromda-configuration-mojo/ -->
<dependency>
<groupId>org.andromda.bootstrap.maven.plugins</groupId>
<artifactId>andromda-configuration-mojo</artifactId>
<version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.andromda.bootstrap.maven.plugins/andromda-configuration-mojo/
implementation 'org.andromda.bootstrap.maven.plugins:andromda-configuration-mojo:3.3'
// https://jarcasting.com/artifacts/org.andromda.bootstrap.maven.plugins/andromda-configuration-mojo/
implementation ("org.andromda.bootstrap.maven.plugins:andromda-configuration-mojo:3.3")
'org.andromda.bootstrap.maven.plugins:andromda-configuration-mojo:jar:3.3'
<dependency org="org.andromda.bootstrap.maven.plugins" name="andromda-configuration-mojo" rev="3.3">
<artifact name="andromda-configuration-mojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.andromda.bootstrap.maven.plugins', module='andromda-configuration-mojo', version='3.3')
)
libraryDependencies += "org.andromda.bootstrap.maven.plugins" % "andromda-configuration-mojo" % "3.3"
[org.andromda.bootstrap.maven.plugins/andromda-configuration-mojo "3.3"]