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

org.siani.javafmi:fmu-wrapper 2.18.7

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-wrapper
Версия

Версия

2.18.7
Тип

Тип

jar

Скачать fmu-wrapper 2.18.7


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