MVN

org.siani.javafmi : fmu-framework

Maven & Gradle

Aug 11, 2020

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).

<dependency>
    <groupId>org.siani.javafmi</groupId>
    <artifactId>fmu-framework</artifactId>
    <version>2.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.siani.javafmi : fmu-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.1

All Versions

Choose a version of org.siani.javafmi : fmu-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
fmu-framework-2.6.1
fmu-framework-2.6.0
2.5.x
fmu-framework-2.5.2
fmu-framework-2.5.1
fmu-framework-2.5.0
2.4.x
fmu-framework-2.4.4
fmu-framework-2.4.3
fmu-framework-2.4.2
fmu-framework-2.4.1
fmu-framework-2.4.0

How to add a dependency to Maven

Add the following org.siani.javafmi : fmu-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.siani.javafmi</groupId>
    <artifactId>fmu-framework</artifactId>
    <version>2.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.siani.javafmi : fmu-framework gradle dependency to your build.gradle file:

implementation 'org.siani.javafmi:fmu-framework:2.6.1'

Gradle Kotlin DSL: Add the following org.siani.javafmi : fmu-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("org.siani.javafmi:fmu-framework:2.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.siani.javafmi : fmu-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "org.siani.javafmi" % "fmu-framework" % "2.6.1"