не последняя версия
Последняя версия 2.6.1

org.siani.javafmi:fmu-framework 2.4.3

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

Группа

Группа

org.siani.javafmi
Идентификатор

Идентификатор

fmu-framework
Версия

Версия

2.4.3
Тип

Тип

jar

Скачать fmu-framework 2.4.3


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