f

fuml

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.
http:/fuml.modeldriven.org
FUML Reference Implementation License
Ed Seidewitz Scott Cinnamond
Files download
File Operation
fuml-1.4.2.jar download
fuml-1.4.2.pom download
fuml-1.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.modeldriven</groupId>
  <artifactId>fuml</artifactId>
  <version>1.4.2</version>
</dependency>
Gradle Groovy
implementation 'org.modeldriven:fuml:1.4.2'
Gradle Kotlin
implementation("org.modeldriven:fuml:1.4.2")
Scala SBT
libraryDependencies += "org.modeldriven" % "fuml" % "1.4.2"
Groovy Grape
@Grapes(
  @Grab(group='org.modeldriven', module='fuml', version='1.4.2')
)
Apache Ivy
<dependency org="org.modeldriven" name="fuml" rev="1.4.2" />
Leiningen
[org.modeldriven/fuml "1.4.2"]
Apache Buildr
'org.modeldriven:fuml:jar:1.4.2'