MVN

org.modeldriven : fuml

Maven & Gradle

Apr 04, 2023
4 usages
54 stars

FUML Reference Implementation · This open source software is a reference implementation, consisting of software and related files, for the OMG specification called the Semantics of a Foundational Subset for Executable UML Models (fUML). The reference implementation is intended to implement the execution semantics of UML activity models, accepting an XMI file from a conformant UML model as its input and providing an execution trace of the selected activity model(s) as its output. The core execution engine, which is directly generated from the normative syntactic and semantic models for fUML, may also be used as a library implementation of fUML in other software.

<dependency>
    <groupId>org.modeldriven</groupId>
    <artifactId>fuml</artifactId>
    <version>1.5.0a</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.modeldriven : fuml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0a

All Versions

Choose a version of org.modeldriven : fuml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
fuml-1.5.0
fuml-1.5.0a
1.4.x
fuml-1.4.4
fuml-1.4.3
fuml-1.4.2
fuml-1.4.1
fuml-1.4.0
1.3.x
fuml-1.3.1
fuml-1.3.0
1.2.x
fuml-1.2.3
fuml-1.2.2
fuml-1.2.1
fuml-1.2.0
fuml-1.2.0b
fuml-1.2.0a
1.1.x
fuml-1.1.4
fuml-1.1.3
fuml-1.1.2
fuml-1.1.1
fuml-1.1.0
fuml-1.1.0c
fuml-1.1.0b
fuml-1.1.0a
1.0
fuml-1.0

How to add a dependency to Maven

Add the following org.modeldriven : fuml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.modeldriven</groupId>
    <artifactId>fuml</artifactId>
    <version>1.5.0a</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.modeldriven : fuml gradle dependency to your build.gradle file:

implementation 'org.modeldriven:fuml:1.5.0a'

Gradle Kotlin DSL: Add the following org.modeldriven : fuml gradle kotlin dependency to your build.gradle.kts file:

implementation("org.modeldriven:fuml:1.5.0a")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.modeldriven : fuml sbt scala dependency to your build.sbt file:

libraryDependencies += "org.modeldriven" % "fuml" % "1.5.0a"