| License |
License |
|---|---|
| GroupId | GroupIdorg.siani.javafmi |
| ArtifactId | ArtifactIdfmu-framework |
| Last Version | Last Version2.6.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionfmu-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).
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fmu-framework-2.6.1.pom | |
| fmu-framework-2.6.1.jar | 70 KB |
| fmu-framework-2.6.1-sources.jar | 36 KB |
| fmu-framework-2.6.1-javadoc.jar | 693 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.siani.javafmi/fmu-framework/ -->
<dependency>
<groupId>org.siani.javafmi</groupId>
<artifactId>fmu-framework</artifactId>
<version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.siani.javafmi/fmu-framework/
implementation 'org.siani.javafmi:fmu-framework:2.6.1'
// https://jarcasting.com/artifacts/org.siani.javafmi/fmu-framework/
implementation ("org.siani.javafmi:fmu-framework:2.6.1")
'org.siani.javafmi:fmu-framework:jar:2.6.1'
<dependency org="org.siani.javafmi" name="fmu-framework" rev="2.6.1">
<artifact name="fmu-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.siani.javafmi', module='fmu-framework', version='2.6.1')
)
libraryDependencies += "org.siani.javafmi" % "fmu-framework" % "2.6.1"
[org.siani.javafmi/fmu-framework "2.6.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.mockito : mockito-core | jar | 1.10.19 |