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.3.jar download
andromda-repository-mdr-uml14-3.3.pom download
Apache Maven
<dependency>
  <groupId>org.andromda.repositories</groupId>
  <artifactId>andromda-repository-mdr-uml14</artifactId>
  <version>3.3</version>
</dependency>
Gradle Groovy
implementation 'org.andromda.repositories:andromda-repository-mdr-uml14:3.3'
Gradle Kotlin
implementation("org.andromda.repositories:andromda-repository-mdr-uml14:3.3")
Scala SBT
libraryDependencies += "org.andromda.repositories" % "andromda-repository-mdr-uml14" % "3.3"
Groovy Grape
@Grapes(
  @Grab(group='org.andromda.repositories', module='andromda-repository-mdr-uml14', version='3.3')
)
Apache Ivy
<dependency org="org.andromda.repositories" name="andromda-repository-mdr-uml14" rev="3.3" />
Leiningen
[org.andromda.repositories/andromda-repository-mdr-uml14 "3.3"]
Apache Buildr
'org.andromda.repositories:andromda-repository-mdr-uml14:jar:3.3'