Download andromda-repository-mdr-3.3.jar file - Jar a

Jar examples for a:andromda-repository-mdr

Description

This MDR repository module allows AndroMDA to use the NetBeans MDR as a repository for loading, and querying object models.

You can download jar file andromda-repository-mdr 3.3 in this page.

Build File

You can use the following script to add andromda-repository-mdr-3.3.jar to your project.

<dependency>
   <groupId>org.andromda.repositories</groupId>
   <artifactId>andromda-repository-mdr</artifactId>
   <version>3.3</version>
</dependency>
compile group: 'org.andromda.repositories', name: 'andromda-repository-mdr', version: '3.3'
libraryDependencies += "org.andromda.repositories" % "andromda-repository-mdr" % "3.3"
<dependency org="org.andromda.repositories" name="andromda-repository-mdr" rev="3.3"/>
@Grapes(@Grab(group='org.andromda.repositories', module='andromda-repository-mdr', version='3.3'))
'org.andromda.repositories:andromda-repository-mdr:jar:3.3'

Download

Click the following link to download the jar file.

andromda-repository-mdr-3.3.jar
andromda-repository-mdr-3.3.pom



Related Tutorials