a

andromda-repository-mdr-uml14

This MDR UML 1.4 repository module allows AndroMDA to use the NetBeans MDR as a repository for loading, and querying UML 1.4 models
Files download
File Operation
andromda-repository-mdr-uml14-3.2.jar download
andromda-repository-mdr-uml14-3.2.pom download
Apache Maven
<dependency>
  <groupId>org.andromda.repositories</groupId>
  <artifactId>andromda-repository-mdr-uml14</artifactId>
  <version>3.2</version>
</dependency>
Gradle Groovy
implementation 'org.andromda.repositories:andromda-repository-mdr-uml14:3.2'
Gradle Kotlin
implementation("org.andromda.repositories:andromda-repository-mdr-uml14:3.2")
Scala SBT
libraryDependencies += "org.andromda.repositories" % "andromda-repository-mdr-uml14" % "3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.andromda.repositories', module='andromda-repository-mdr-uml14', version='3.2')
)
Apache Ivy
<dependency org="org.andromda.repositories" name="andromda-repository-mdr-uml14" rev="3.2" />
Leiningen
[org.andromda.repositories/andromda-repository-mdr-uml14 "3.2"]
Apache Buildr
'org.andromda.repositories:andromda-repository-mdr-uml14:jar:3.2'