| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.siani.javafmi |
| Идентификатор | Идентификаторkernel |
| Версия | Версия2.16.7 |
| Тип | Типjar |
| Описание |
Описаниеkernel
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).
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| kernel-2.16.7.pom | |
| kernel-2.16.7.jar | 12 KB |
| kernel-2.16.7-sources.jar | 7 KB |
| kernel-2.16.7-javadoc.jar | 44 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.siani.javafmi/kernel/ -->
<dependency>
<groupId>org.siani.javafmi</groupId>
<artifactId>kernel</artifactId>
<version>2.16.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.siani.javafmi/kernel/
implementation 'org.siani.javafmi:kernel:2.16.7'
// https://jarcasting.com/artifacts/org.siani.javafmi/kernel/
implementation ("org.siani.javafmi:kernel:2.16.7")
'org.siani.javafmi:kernel:jar:2.16.7'
<dependency org="org.siani.javafmi" name="kernel" rev="2.16.7">
<artifact name="kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.siani.javafmi', module='kernel', version='2.16.7')
)
libraryDependencies += "org.siani.javafmi" % "kernel" % "2.16.7"
[org.siani.javafmi/kernel "2.16.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.siani.itrules : itrules | jar | LATEST |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.mockito : mockito-core | jar | 1.10.19 |