fmu-framework

javaFMI is a Java Library for the functional mock-up interface (or FMI). FMI defines a standardized interface to be used in computer simulations. The FMI Standard has beed developed by a large number of software companies and research centers that have worked in a cooperation project under the name of MODELISAR. This library addresses the connection of a java application with a FMU (functional mock-up unit).

License

License

GroupId

GroupId

org.siani.javafmi
ArtifactId

ArtifactId

fmu-framework
Last Version

Last Version

2.6.1
Release Date

Release Date

Type

Type

jar
Description

Description

fmu-framework
javaFMI is a Java Library for the functional mock-up interface (or FMI). FMI defines a standardized interface to be used in computer simulations. The FMI Standard has beed developed by a large number of software companies and research centers that have worked in a cooperation project under the name of MODELISAR. This library addresses the connection of a java application with a FMU (functional mock-up unit).
Project URL

Project URL

https://bitbucket.org/siani/javafmi
Source Code Management

Source Code Management

https://bitbucket.org/siani/javafmi

Download fmu-framework

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.13
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
2.6.1
2.6.0
2.5.2
2.5.1
2.5.0
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0