is not current version
Last Version 1.5.0

org.modeldriven:fuml 1.1.4

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.

Categories

Categories

UML Business Logic Libraries Documents Processing
GroupId

GroupId

org.modeldriven
ArtifactId

ArtifactId

fuml
Version

Version

1.1.4
Type

Type

jar

Download fuml 1.1.4


<!-- https://jarcasting.com/artifacts/org.modeldriven/fuml/ -->
<dependency>
    <groupId>org.modeldriven</groupId>
    <artifactId>fuml</artifactId>
    <version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.modeldriven/fuml/
implementation 'org.modeldriven:fuml:1.1.4'
// https://jarcasting.com/artifacts/org.modeldriven/fuml/
implementation ("org.modeldriven:fuml:1.1.4")
'org.modeldriven:fuml:jar:1.1.4'
<dependency org="org.modeldriven" name="fuml" rev="1.1.4">
  <artifact name="fuml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modeldriven', module='fuml', version='1.1.4')
)
libraryDependencies += "org.modeldriven" % "fuml" % "1.1.4"
[org.modeldriven/fuml "1.1.4"]