MVN

org.siani.javafmi : kernel

Maven & Gradle

Mar 09, 2016
1 usages

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

<dependency>
    <groupId>org.siani.javafmi</groupId>
    <artifactId>kernel</artifactId>
    <version>2.16.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.siani.javafmi : kernel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.16.7

All Versions

Choose a version of org.siani.javafmi : kernel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.16.x
kernel-2.16.7
kernel-2.16.6

How to add a dependency to Maven

Add the following org.siani.javafmi : kernel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.siani.javafmi</groupId>
    <artifactId>kernel</artifactId>
    <version>2.16.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.siani.javafmi : kernel gradle dependency to your build.gradle file:

implementation 'org.siani.javafmi:kernel:2.16.7'

Gradle Kotlin DSL: Add the following org.siani.javafmi : kernel gradle kotlin dependency to your build.gradle.kts file:

implementation("org.siani.javafmi:kernel:2.16.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.siani.javafmi : kernel sbt scala dependency to your build.sbt file:

libraryDependencies += "org.siani.javafmi" % "kernel" % "2.16.7"