| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.siani.javafmi |
| Идентификатор | Идентификаторfmu-wrapper |
| Версия | Версия2.26.5 |
| Тип | Типjar |
| Описание |
Описаниеfmu-wrapper
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).
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| fmu-wrapper-2.26.5.pom | |
| fmu-wrapper-2.26.5-sources.jar | 150 KB |
| fmu-wrapper-2.26.5-javadoc.jar | 949 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.siani.javafmi/fmu-wrapper/ -->
<dependency>
<groupId>org.siani.javafmi</groupId>
<artifactId>fmu-wrapper</artifactId>
<version>2.26.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.siani.javafmi/fmu-wrapper/
implementation 'org.siani.javafmi:fmu-wrapper:2.26.5'
// https://jarcasting.com/artifacts/org.siani.javafmi/fmu-wrapper/
implementation ("org.siani.javafmi:fmu-wrapper:2.26.5")
'org.siani.javafmi:fmu-wrapper:jar:2.26.5'
<dependency org="org.siani.javafmi" name="fmu-wrapper" rev="2.26.5">
<artifact name="fmu-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.siani.javafmi', module='fmu-wrapper', version='2.26.5')
)
libraryDependencies += "org.siani.javafmi" % "fmu-wrapper" % "2.26.5"
[org.siani.javafmi/fmu-wrapper "2.26.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.java.dev.jna : jna | jar | 4.1.0 |
| com.carrotsearch.thirdparty : simple-xml-safe | jar | 2.7.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.mockito : mockito-core | jar | 1.10.19 |