MVN

de.hhu.stups : ptolemy-jfmi

Maven & Gradle

Aug 03, 2015
1 usages
1 stars

JFMI · A Java Wrapper for the Functional Mock-up Interface. This library is part of the Ptolemy project.

<dependency>
    <groupId>de.hhu.stups</groupId>
    <artifactId>ptolemy-jfmi</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.hhu.stups : ptolemy-jfmi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of de.hhu.stups : ptolemy-jfmi to add to Maven or Gradle - All Versions:

  • Version Updated
  • ptolemy-jfmi-1.1.0

    Aug 03, 2015

How to add a dependency to Maven

Add the following de.hhu.stups : ptolemy-jfmi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.hhu.stups</groupId>
    <artifactId>ptolemy-jfmi</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.hhu.stups : ptolemy-jfmi gradle dependency to your build.gradle file:

implementation 'de.hhu.stups:ptolemy-jfmi:1.1.0'

Gradle Kotlin DSL: Add the following de.hhu.stups : ptolemy-jfmi gradle kotlin dependency to your build.gradle.kts file:

implementation("de.hhu.stups:ptolemy-jfmi:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.hhu.stups : ptolemy-jfmi sbt scala dependency to your build.sbt file:

libraryDependencies += "de.hhu.stups" % "ptolemy-jfmi" % "1.1.0"