MVN

de.thm.mni.mote : omc-java-api

Maven & Gradle

Jul 27, 2021
3 stars

omc-java-api · A library to communicate with the OpenModelica Compiler.

<dependency>
    <groupId>de.thm.mni.mote</groupId>
    <artifactId>omc-java-api</artifactId>
    <version>0.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.thm.mni.mote : omc-java-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.6

All Versions

Choose a version of de.thm.mni.mote : omc-java-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
omc-java-api-0.3.6
omc-java-api-0.3.5
omc-java-api-0.3.4
omc-java-api-0.3.3
0.2
omc-java-api-0.2

How to add a dependency to Maven

Add the following de.thm.mni.mote : omc-java-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.thm.mni.mote</groupId>
    <artifactId>omc-java-api</artifactId>
    <version>0.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.thm.mni.mote : omc-java-api gradle dependency to your build.gradle file:

implementation 'de.thm.mni.mote:omc-java-api:0.3.6'

Gradle Kotlin DSL: Add the following de.thm.mni.mote : omc-java-api gradle kotlin dependency to your build.gradle.kts file:

implementation("de.thm.mni.mote:omc-java-api:0.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.thm.mni.mote : omc-java-api sbt scala dependency to your build.sbt file:

libraryDependencies += "de.thm.mni.mote" % "omc-java-api" % "0.3.6"

Advertisement