MVN

at.ac.ait.fmipp : libfmipp

Maven & Gradle

Jun 23, 2021

Native dependencies for FMI++ Library Java bindings · This package provides the native dependencies for the FMI++ Java bindings (e.g., Windows DLLs)

<dependency>
    <groupId>at.ac.ait.fmipp</groupId>
    <artifactId>libfmipp</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.ac.ait.fmipp : libfmipp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of at.ac.ait.fmipp : libfmipp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
libfmipp-0.0.1

How to add a dependency to Maven

Add the following at.ac.ait.fmipp : libfmipp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.ac.ait.fmipp</groupId>
    <artifactId>libfmipp</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.ac.ait.fmipp : libfmipp gradle dependency to your build.gradle file:

implementation 'at.ac.ait.fmipp:libfmipp:0.0.1'

Gradle Kotlin DSL: Add the following at.ac.ait.fmipp : libfmipp gradle kotlin dependency to your build.gradle.kts file:

implementation("at.ac.ait.fmipp:libfmipp:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.ac.ait.fmipp : libfmipp sbt scala dependency to your build.sbt file:

libraryDependencies += "at.ac.ait.fmipp" % "libfmipp" % "0.0.1"

Advertisement