f

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).
https://bitbucket.org/siani/javafmi
The GNU General Public License v3.0
Jose Juan Hernandez Jose Evora Gomez Johan Sebastian Cortes Montenegro Maria del Carmen Sánchez Medrano
Files download
File Operation
fmu-framework-2.4.1.jar download
fmu-framework-2.4.1.pom download
fmu-framework-2.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.siani.javafmi</groupId>
  <artifactId>fmu-framework</artifactId>
  <version>2.4.1</version>
</dependency>
Gradle Groovy
implementation 'org.siani.javafmi:fmu-framework:2.4.1'
Gradle Kotlin
implementation("org.siani.javafmi:fmu-framework:2.4.1")
Scala SBT
libraryDependencies += "org.siani.javafmi" % "fmu-framework" % "2.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.siani.javafmi', module='fmu-framework', version='2.4.1')
)
Apache Ivy
<dependency org="org.siani.javafmi" name="fmu-framework" rev="2.4.1" />
Leiningen
[org.siani.javafmi/fmu-framework "2.4.1"]
Apache Buildr
'org.siani.javafmi:fmu-framework:jar:2.4.1'